RadialDim.ComputeBoundingBox Method

Computes the entity's bounding box.
Protected Friend Overrides Function ComputeBoundingBox( _ 
ByVal data As TraversalParams, _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
) As Boolean
This language is not supported or no code example is available.
internal protected override bool ComputeBoundingBox( 
TraversalParams data
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

data
TraversalParams

Bounding box data

boxMin
Point3D

The bounding box minimum point

boxMax
Point3D

The bounding box maximum point

Return Value

bool

True if the bounding box is valid.

.NET Framework

Supported in: 4.8

In this article

Definition