Eyeshot 10 WinForms API Reference
TrimBy Method (ICurve)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface : TrimBy Method
The limit point
Reverse flag
Trims the curve at the specified 3D point.
Syntax
'Declaration
 
Function TrimBy( _
   ByVal pt As Point3D, _
   ByVal flipSide As Boolean _
) As Boolean
bool TrimBy( 
   Point3D pt,
   bool flipSide
)

Parameters

pt
The limit point
flipSide
Reverse flag
See Also

Reference

ICurve Interface
ICurve Members