Utility.GetPointsOnPlane Method

Gets the array of Point3D from a 2D profile.
Public Shared Function GetPointsOnPlane( _ 
ByVal sketchPlane As Plane, _ 
ByVal contour As IList(Of Point2D) _ 
) As Point3D()
This language is not supported or no code example is available.
public static Point3D[] GetPointsOnPlane( 
Plane sketchPlane
IList<Point2D> contour 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

The sketch plane

contour
IList<Point2D>

the 2D contour

Return Value

Point3D[]

The Point3D array.

.NET Framework

Supported in: 4.8

In this article

Definition