Curve.ControlBoundingBox (Double, out Point3D, out Point3D) Method

Computes the extension of the control polygon/net.
Public Sub ControlBoundingBox( _ 
ByVal inflateBy As Double, _ 
ByRef min As Point3D, _ 
ByRef max As Point3D
)
This language is not supported or no code example is available.
public void ControlBoundingBox( 
double inflateBy
out Point3D min
out Point3D max 
)
This language is not supported or no code example is available.

Parameters

inflateBy
double

Offset

min
Point3D

Min 3D point

max
Point3D

Max 3D point

.NET Framework

Supported in: 4.8

In this article

Definition