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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > Trim Method : Trim(Surface,Surface,Double,Boolean,Boolean,Surface[],Surface[]) Method
First surface
Second surface
The tolerance
Reverse flag for the first surface
Reverse flag for the second surface
Trims a surface against the other.
Syntax
'Declaration
 
Public Overloads Shared Function Trim( _
   ByVal F As Surface, _
   ByVal G As Surface, _
   ByVal tol As Double, _
   ByVal flipSideF As Boolean, _
   ByVal flipSideG As Boolean, _
   ByRef leftOversF As Surface(), _
   ByRef leftOversG As Surface() _
) As ssiFailureType
public static ssiFailureType Trim( 
   Surface F,
   Surface G,
   double tol,
   bool flipSideF,
   bool flipSideG,
   out Surface[] leftOversF,
   out Surface[] leftOversG
)

Parameters

F
First surface
G
Second surface
tol
The tolerance
flipSideF
Reverse flag for the first surface
flipSideG
Reverse flag for the second surface
leftOversF
leftOversG

Return Value

The failure type.
See Also

Reference

Surface Class
Surface Members
Overload List