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

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

Parameters

pln
The limit plane
tol
The tolerance
flipSide
Reverse flag
leftOvers
Trim operation leftovers list

Return Value

The failure type.
See Also

Reference

Surface Class
Surface Members
Overload List