API Help
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / MountingSurface Property

In This Topic
    MountingSurface Property
    In This Topic
    Size of mounting surface beginning relatively to the origin of plane. (x == width, y == height)
    Syntax
    public PointD MountingSurface {get; set;}
    public:
    property PointD MountingSurface {
       PointD get();
       void set (    PointD value);
    }
    Remarks
    The origin and the orientation of the plane are defined in its absolute transformation (AbsoluteTransformation property). Please use RelativeTransformation property to set offsets of a mounting surface.
    See Also