Eplan Platform API
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; set;}
    public:
    property Matrix3D AbsoluteTransformationOfMacro {
       Matrix3D get();
       void set (    Matrix3D value);
    }
    Remarks
    Represents absolute transformation including the macro transformation.
    This is a transformation according to the default position of 3D object, i.e when it is inserted with coordinates 0,0,0 from GUI Calculated in relation to the origin of the LayoutSpace coordinate system.
    For more information, please refer to the "API Pro Panel" chapter.
    Currently, scaling 3D objects in P8 is not supported, therefore setting the cell M33 to a value different than 1 may cause incorrect result.
    See Also