Curve.TrimBy (Point3D, Boolean) Method

Trims the curve at the limit point projection.
Public Function TrimBy( _ 
ByVal limit As Point3D, _ 
ByVal flipSide As Boolean
) As Boolean
This language is not supported or no code example is available.
public bool TrimBy( 
Point3D limit
bool flipSide 
)
This language is not supported or no code example is available.

Parameters

limit
Point3D

The limit point

flipSide
bool

The flip side flag

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition