Identifies what type of Analytical Model curves should be extracted.
Namespace:
Autodesk.Revit.DB.Structure
Assembly:
RevitAPI
(in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Members
Member name | Description |
---|---|
RawCurves | Base Analytical Model curves generated. |
RigidLinkHead | Rigid Link at end 0 (head) of the Beam. |
RigidLinkTail | Rigid Link at end 1 (tail) of the Beam. |
ActiveCurves | Curves displayed on screen (not including Rigid Links). |
ApproximatedCurves | Curves approximated using linear segments. |
BaseCurve | Default Analytical Model curve of linear elements (beams, braces, columns). |
AllRigidLinks | All Rigid Link curves. Rigid Link at end 0 (head) will be in the first entry. Rigid Link at end 1 (tail) will be in the last entry. |