Eyeshot 10 WPF API Reference
GetControlNetPoints2D Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : GetControlNetPoints2D Method
Syntax
'Declaration
 
Public Function GetControlNetPoints2D( _
   ByVal pln As Plane, _
   ByRef center As Point3D, _
   ByRef min As Point2D, _
   ByRef max As Point2D _
) As Point2D()
public Point2D[] GetControlNetPoints2D( 
   Plane pln,
   out Point3D center,
   out Point2D min,
   out Point2D max
)

Parameters

pln
center
min
max
See Also

Reference

Surface Class
Surface Members