API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / AbsoluteTransformationOfMacro Property

In This Topic
    AbsoluteTransformationOfMacro Property
    In This Topic
    Absolute position and rotation represented by transformation matrix where transformation of macro is considered.
    Syntax
    public Matrix3D AbsoluteTransformationOfMacro {get;}
    public:
    property Matrix3D AbsoluteTransformationOfMacro {
       Matrix3D get();
    }
    Remarks
    Calculated in relation to origin of LayoutSpace coordinate system. For more information see the chapter: API_Pro_Panel. Currently scaling 3d objects in P8 is not supported, therefore setting cell M33 to value different then 1 may cause incorrect result.
    See Also