ICurve.TrimBy Method

Trims the curve at the specified 3D point.
Function TrimBy( _ 
ByVal pt As Point3D, _ 
ByVal flipSide As Boolean
) As Boolean
This language is not supported or no code example is available.
bool TrimBy( 
Point3D pt
bool flipSide 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

The limit point

flipSide
bool

Reverse flag

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition