Eyeshot 10 WinForms API Reference
TrimBy(Plane,Double,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class > TrimBy Method : TrimBy(Plane,Double,Boolean) Method
The limit plane
The tolerance
The flip side flag
Trims the curve at the limit point projection.
Syntax
'Declaration
 
Public Overloads Function TrimBy( _
   ByVal pln As Plane, _
   ByVal tol As Double, _
   ByVal flipSide As Boolean _
) As Boolean
public bool TrimBy( 
   Plane pln,
   double tol,
   bool flipSide
)

Parameters

pln
The limit plane
tol
The tolerance
flipSide
The flip side flag

Return Value

True if the operation is successful, false otherwise.
See Also

Reference

Curve Class
Curve Members
Overload List