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

In This Topic
    RelativeTransformation Property (Placement3D)
    In This Topic
    Position and rotation relative to the parent placement represented by transformation matrix.
    Syntax
    public Matrix3D RelativeTransformation {get; set;}
    public:
    property Matrix3D RelativeTransformation {
       Matrix3D get();
       void set (    Matrix3D value);
    }
    Remarks
    Calculated in relation to origin of parent placement's 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 an incorrect result.
    See Also