Entity.CombineBoundingBox Method

Combines the entity's bounding box with the given bounding box.
Protected Friend Overridable Function CombineBoundingBox( _ 
ByVal transform As Transformation, _ 
ByVal boxMin As Point3D, _ 
ByVal boxMax As Point3D
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool CombineBoundingBox( 
Transformation transform
Point3D boxMin
Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

The transformation applied to the entity

boxMin
Point3D

The minimum point of the bounding box

boxMax
Point3D

The maximum point of the bounding box.

Return Value

bool

True if successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition