Eyeshot 9.0 WinForms API Reference
Trim(IList<Surface>,IList<Surface>,Double,Boolean,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > Trim Method : Trim(IList<Surface>,IList<Surface>,Double,Boolean,Boolean) Method
First surface group
Second surface group
The tolerance
Reverse flag for the first surface group
Reverse flag for the second surface group
Trims a surface group against the other.
Syntax
'Declaration
 
Public Overloads Shared Function Trim( _
   ByVal listF As IList(Of Surface), _
   ByVal listG As IList(Of Surface), _
   ByVal tol As Double, _
   ByVal flipSideF As Boolean, _
   ByVal flipSideG As Boolean _
) As ssiFailureType
public static ssiFailureType Trim( 
   IList<Surface> listF,
   IList<Surface> listG,
   double tol,
   bool flipSideF,
   bool flipSideG
)

Parameters

listF
First surface group
listG
Second surface group
tol
The tolerance
flipSideF
Reverse flag for the first surface group
flipSideG
Reverse flag for the second surface group

Return Value

The intersection failure type.
See Also

Reference

Surface Class
Surface Members
Overload List