LinearPath.SplitBy (Point3D, ICurve, ICurve) Method

Public Function SplitBy( _ 
ByVal pt As Point3D, _ 
ByRef lower As ICurve, _ 
ByRef upper As ICurve
) As Boolean Implements _ 
ICurve.SplitBy
This language is not supported or no code example is available.
public bool SplitBy( 
Point3D pt
out ICurve lower
out ICurve upper 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

lower
ICurve

upper
ICurve

Return Value

bool

Implements

ICurve.SplitBy

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition