Eyeshot 10 WinForms API Reference
ControlBoundingBox(Double,Point3D,Point3D) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class > ControlBoundingBox Method : ControlBoundingBox(Double,Point3D,Point3D) Method
Offset
Min 3D point
Max 3D point
Computes the extension of the control polygon/net.
Syntax
'Declaration
 
Public Overloads Sub ControlBoundingBox( _
   ByVal inflateBy As Double, _
   ByRef min As Point3D, _
   ByRef max As Point3D _
) 
public void ControlBoundingBox( 
   double inflateBy,
   out Point3D min,
   out Point3D max
)

Parameters

inflateBy
Offset
min
Min 3D point
max
Max 3D point
See Also

Reference

Curve Class
Curve Members
Overload List