Revit 2025.3 API
Fabric |
Direction of local Fabric Sheet Y axis in bending polyline LCS.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ BendFinalLoopOrientationVector { get; }
Public ReadOnly Property BendFinalLoopOrientationVector As XYZ Get
public: property XYZ^ BendFinalLoopOrientationVector { XYZ^ get (); }
member BendFinalLoopOrientationVector : XYZ with get
Property Value
XYZ
Note that bending line may be rotated before it is placed in Fabric Sheet local coordinate system.
This vector allows to calculate rotation angle or Trf.
See Also