Surface.ControlBoundingBox (out Point3D, out Point3D) Method

Computes the minimum and maximum 3D points of the surface control point net axis aligned bounding box.
Public Overrides Sub ControlBoundingBox( _ 
ByRef min As Point3D, _ 
ByRef max As Point3D
)
This language is not supported or no code example is available.
public override void ControlBoundingBox( 
out Point3D min
out Point3D max 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

max
Point3D

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition