FastPointCloud.EstimateBoundingBox Method

Returns a small set of points that gives an idea of the entity bounding box.
Public Overrides Function EstimateBoundingBox( _ 
ByVal blocks As BlockKeyedCollection, _ 
ByVal layers As LayerKeyedCollection
) As Point3D()
This language is not supported or no code example is available.
public override Point3D[] EstimateBoundingBox( 
BlockKeyedCollection blocks
LayerKeyedCollection layers 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

Blocks collection

layers
LayerKeyedCollection

Layers collection

Return Value

Point3D[]

An array of 3D points.

.NET Framework

Supported in: 4.8

In this article

Definition