Identifies what type of Analytical Model curves should be extracted.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public enum AnalyticalCurveType |
| Visual Basic |
|---|
Public Enumeration AnalyticalCurveType |
| Visual C++ |
|---|
public enum class AnalyticalCurveType |
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. |