Eyeshot 10 WPF API Reference
Trim(Surface,Surface,Double,Boolean,Boolean) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > Trim Method : Trim(Surface,Surface,Double,Boolean,Boolean) 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 _
) As ssiFailureType
public static ssiFailureType Trim( 
   Surface F,
   Surface G,
   double tol,
   bool flipSideF,
   bool flipSideG
)

Parameters

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

Return Value

The failure type.
See Also

Reference

Surface Class
Surface Members
Overload List