Eyeshot 9.0 WPF API Reference
Section Method (IFace)

WPF Assembly > devDept.Eyeshot.Entities Namespace > IFace Interface : Section Method
The plane
The tolerance
Computes the contours resulting from the intersection of the face and the given plane.
Syntax
'Declaration
 
Function Section( _
   ByVal pln As Plane, _
   ByVal tol As Double _
) As ICurve()
ICurve[] Section( 
   Plane pln,
   double tol
)

Parameters

pln
The plane
tol
The tolerance

Return Value

An array of curves representing each section contour.
See Also

Reference

IFace Interface
IFace Members