UtilityEx.GetSignificantPointsOnICurve Method

Selects the first and start point of an ICurve, the vertices of a LinearPath, and the startPoints of the segments of a CompositeCurve
Public Shared Function GetSignificantPointsOnICurve( _ 
ByVal contour As ICurve
) As Point3D()
This language is not supported or no code example is available.
public static Point3D[] GetSignificantPointsOnICurve( 
ICurve contour 
)
This language is not supported or no code example is available.

Parameters

contour
ICurve

The contour

Return Value

Point3D[]

.NET Framework

Supported in: 4.8

In this article

Definition