API Help
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / Transformation Property

In This Topic
    Transformation Property
    In This Topic
    Position and rotation relative to the parent placement represented by transformation matrix.
    Syntax
    public Matrix3D Transformation {get; set;}
    public:
    property Matrix3D Transformation {
       Matrix3D get();
       void set (    Matrix3D value);
    }
    Remarks
    Origin is the lower left corner on the placement area. If there isn’t any user defined placement area, the default placement area is the XY-plane.
    See Also