Eyeshot 10 WinForms API Reference
TrimBy(Surface,Double,Boolean,Surface[]) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > TrimBy Method : TrimBy(Surface,Double,Boolean,Surface[]) Method
Limit surface
The tolerance
Reverse flag
Trim operation left over list
Trim the surface using the limit surface provided.
Syntax
'Declaration
 
Public Overloads Function TrimBy( _
   ByVal G As Surface, _
   ByVal tol As Double, _
   ByVal flipSide As Boolean, _
   ByRef leftOvers As Surface() _
) As ssiFailureType
public ssiFailureType TrimBy( 
   Surface G,
   double tol,
   bool flipSide,
   out Surface[] leftOvers
)

Parameters

G
Limit surface
tol
The tolerance
flipSide
Reverse flag
leftOvers
Trim operation left over list

Return Value

The failure type.
See Also

Reference

Surface Class
Surface Members
Overload List