Entity.ComputeBoundingBox (TraversalParams, IList<Point3D>, Point3D, Point3D) Method

Computes the entity's bounding box.
Protected Shared Function ComputeBoundingBox( _ 
ByVal data As TraversalParams, _ 
ByVal entityVertices As IList(Of Point3D), _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
) As Boolean
This language is not supported or no code example is available.
protected static bool ComputeBoundingBox( 
TraversalParams data
IList<Point3D> entityVertices
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

data
TraversalParams

Bounding box data

entityVertices
IList<Point3D>

The vertices to consider in the computation.

boxMin
Point3D

The bounding box minmum point

boxMax
Point3D

The bounding box maximum point

Return Value

bool

True if the bounding box is valid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition