ICurve.SplitBy (IList<Point3D>, out ICurve()) Method

Splits the curve at the 3D point array provided.
Function SplitBy( _ 
ByVal points As IList(Of Point3D), _ 
ByRef segments As ICurve() _ 
) As Boolean
This language is not supported or no code example is available.
bool SplitBy( 
IList<Point3D> points
out ICurve[] segments 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

The 3D point array

segments
ICurve[]

The resulting segments

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition