API Help
Eplan.EplApi.DataModel.E3D Namespace / ContextPropertyPlacement3D Class / RelativeTransformation Property

In This Topic
    RelativeTransformation Property (ContextPropertyPlacement3D)
    In This Topic
    Position relative to the parent represented by transformation matrix.
    Syntax
    public Matrix3D RelativeTransformation {get; set;}
    public:
    property Matrix3D RelativeTransformation {
       Matrix3D get();
       void set (    Matrix3D value);
    }
    Remarks
    Currently scaling 3d objects in P8 is not supported, therefore setting cell M33 to value different then 1 may couse incorrect result.
    See Also