Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / AbsoluteTransformation Property

In This Topic
    AbsoluteTransformation Property
    In This Topic
    Absolute position and rotation represented by transformation matrix.
    Syntax
    public Matrix3D AbsoluteTransformation {get; set;}
    public:
    property Matrix3D AbsoluteTransformation {
       Matrix3D get();
       void set (    Matrix3D value);
    }
    Remarks
    Origin is lower left back corner, or in case of macros - origin is the same as in original CAD file.
    The default placement area is the XY-plane through Origin.
    Calculated in relation to origin of LayoutSpace coordinate system.
    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