ICurve.SplitBy (Point3D, out ICurve, out ICurve) Method

Splits the curve at the 3D point provided.
Function SplitBy( _ 
ByVal pt As Point3D, _ 
ByRef lower As ICurve, _ 
ByRef upper As ICurve
) As Boolean
This language is not supported or no code example is available.
bool SplitBy( 
Point3D pt
out ICurve lower
out ICurve upper 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

The 3D point indicating the split position

lower
ICurve

Lower curve segment

upper
ICurve

Upper curve segment

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