AnalysisModelGeneralPropertiesModelCreationTypeEnum Enumeration |
Defines the model creation type.
Namespace: Tekla.Structures.Analysis
Assembly: Tekla.Structures.Analysis (in Tekla.Structures.Analysis.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
FULL_MODEL | 0 | Creates an analysis model using the full model. | |
BY_WORK_AREA | 1 | Creates an analysis model using the selected area. | |
BY_SELECTED_PARTS | 2 | Creates an analysis model using the selected parts. | |
BY_SELECTED_PARTS_AND_LOADS | 3 | Creates an analysis model using the selected parts and loads. | |
FLOOR_MODEL_BY_SELECTED_PARTS_AND_LOADS | 4 | Creates a floor model using the selected parts and loads. |
See Also