Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Cabinet Class / BoundingBox Property

In This Topic
    BoundingBox Property
    In This Topic
    Returns bounding box of this Cabinet.
    Syntax
    public Rect3D BoundingBox {get;}
    public:
    property Rect3D BoundingBox {
       Rect3D get();
    }
    Remarks
    Returns bounding box created by merging bounding boxes of its child items (recursively).
    See Also