2022 Method
Changes 6
M

AnalyticalModel.GetLocalCoordinateSystem

Description:
Gets the local coordinate system (LCS) for an analytical model element.
Remarks:
For obtaining LCS at specified point on analytical model element use [!:Autodesk::Revit::DB::Structure::AnalyticalModelStick::GetLocalCoordinateSystem()] or [!:Autodesk::Revit::DB::Structure::AnalyticalModelSurface.GetLocalCoordinateSystem()] methods.
public Transform GetLocalCoordinateSystem()
nullNothingnullptr Transformation matrix. Returns null Nothing nullptr a null reference ( Nothing in Visual Basic) for analytical model elements that do not have local coordinate system. Origin returned by transform is point for which local coordinate system was calculated.