Curve.TrimBy (Plane, Double, Boolean) Method

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

Parameters

pln
Plane

The limit plane

tol
double

The tolerance

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