LinearPath(Plane, Point2D()) Constructor

Sketch pln constructor.
Public Sub New( _ 
ByVal sketchPlane As Plane, _ 
ByVal ParamArray points As Point2D() _ 
)
This language is not supported or no code example is available.
public LinearPath( 
Plane sketchPlane
params Point2D[] points 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

The sketch plane

points
Point2D[]

The 2D point array

.NET Framework

Supported in: 4.8

In this article

Definition