Point.GetTightBBox Method

Public Sub GetTightBBox( _ 
ByRef boxMin As Point3D, _ 
ByRef boxMax As Point3D
)
This language is not supported or no code example is available.
public void GetTightBBox( 
out Point3D boxMin
out Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

boxMin
Point3D

boxMax
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition