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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > TrimBy Method : TrimBy(Plane,Double,Surface[]) Method
The limit plane
The tolerance
Trim operation left over list
Trims the surface using the limit plane provided. Always removes the surface on the positive side of the plane.
Syntax
'Declaration
 
Public Overloads Function TrimBy( _
   ByVal pln As Plane, _
   ByVal tol As Double, _
   ByRef leftOvers As Surface() _
) As ssiFailureType
public ssiFailureType TrimBy( 
   Plane pln,
   double tol,
   out Surface[] leftOvers
)

Parameters

pln
The limit plane
tol
The tolerance
leftOvers
Trim operation left over list

Return Value

The failure type.
See Also

Reference

Surface Class
Surface Members
Overload List