AlignedFreeFormSetOrientationOptions Enumeration |
Orientation options for Aligned Free Form Rebar set.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AlignedFreeFormSetOrientationOptions
Public Enumeration AlignedFreeFormSetOrientationOptions
public enum class AlignedFreeFormSetOrientationOptions
type AlignedFreeFormSetOrientationOptions
MembersMember name | Value | Description |
---|
AlignedToDistributionPath | 0 |
Cutting planes are perpendicular to the distribution path.
|
Vertical | 1 |
Cutting planes are oriented vertically, X or Y vector being Z axis.
|
ParallelToFace | 2 |
Cutting planes are parallel to a selected planar face.
|
PerpendicularToFace | 3 |
Cutting planes are oriented perpendicular to a selected planar face, X or Y vector being the face normal.
|
See Also