Surface.GetControlNetPoints2D Method

Public Function GetControlNetPoints2D( _ 
ByVal pln As Plane, _ 
ByRef center As Point3D, _ 
ByRef min As Point2D, _ 
ByRef max As Point2D
) As Point2D()
This language is not supported or no code example is available.
public Point2D[] GetControlNetPoints2D( 
Plane pln
out Point3D center
out Point2D min
out Point2D max 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

center
Point3D

min
Point2D

max
Point2D

Return Value

Point2D[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition