|
AssembleModel Class
|
Creates a finite element model from given
entities (points, beams, supports, loads, cross sections, materials,... ).
Inheritance Hierarchy
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static class AssembleModel
Public NotInheritable Class AssembleModel
public ref class AssembleModel abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AssembleModel = class end
The AssembleModel type exposes the following members.
Methods
| Name | Description |
---|
  | solve |
assemble a model from the given input.
|
Top
See Also