Eyeshot 10 WPF API Reference
TrimAt Method (ICurve)

WPF Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface : TrimAt Method
The curve parameter
Reverse flag
Trims the curve at the parameter t.
Syntax
'Declaration
 
Function TrimAt( _
   ByVal t As Double, _
   ByVal flipSide As Boolean _
) As Boolean
bool TrimAt( 
   double t,
   bool flipSide
)

Parameters

t
The curve parameter
flipSide
Reverse flag
See Also

Reference

ICurve Interface
ICurve Members