API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / GetBoundingBox Method
If true, consider also children

In This Topic
GetBoundingBox Method (Placement3D)
In This Topic
Returns bounding box of a Placement3D.
Syntax
public Rect3D GetBoundingBox( 
   bool bWithChildren
)

Parameters

bWithChildren
If true, consider also children
Remarks
The method returns minimal bounding box which covers a Placement3D (Function3D, MountingPanel, Cabinet, etc) in absolute coordinates system. For example in case of InstallationSpace, when used with bWithChildren=true, it returns box which covers all placed Placements3D.
See Also