Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / GetBoundingBoxRelative Method

In This Topic
    GetBoundingBoxRelative Method
    In This Topic
    Returns relative bounding box of a Placement3D.
    Syntax
    public Rect3D GetBoundingBoxRelative()
    public:
    Rect3D GetBoundingBoxRelative(); 
    Remarks
    The method returns minimal bounding box which covers a Placement3D (Function3D, MountingPanel, Cabinet, etc) in relative coordinates system.
    See Also