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

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

Parameters

listF
The surface group
pln
The plane
tol
The tolerance
flipSideF
Reverse flag array for the first surface group

Return Value

The intersection failure type.
See Also

Reference

Surface Class
Surface Members
Overload List