Eyeshot 10 WinForms API Reference
Section(Plane,Double,LinkedList<SharedEdge>[]) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > Section Method : Section(Plane,Double,LinkedList<SharedEdge>[]) Method
The plane
The tolerance
Pre-computed Mesh unique edges per vertices
Computes the contours resulting from the intersection of the face and the given plane.
Syntax
'Declaration
 
Public Overloads Function Section( _
   ByVal plane As Plane, _
   ByVal tol As Double, _
   ByVal edgesPerVertex() As LinkedList(Of SharedEdge) _
) As ICurve()
public ICurve[] Section( 
   Plane plane,
   double tol,
   LinkedList<SharedEdge>[] edgesPerVertex
)

Parameters

plane
The plane
tol
The tolerance
edgesPerVertex
Pre-computed Mesh unique edges per vertices

Return Value

An array of curves representing each section contour.
See Also

Reference

Mesh Class
Mesh Members
Overload List