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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > Section Method : Section(Plane,Double,SharedEdge[][]) Method
The plane
The tolerance
The shared edges to which the vertices of the returned ICurve (that are all LinearPath) belong to.
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, _
   ByRef edges As devDept.Geometry.SharedEdge() _
) As ICurve()
public ICurve[] Section( 
   Plane plane,
   double tol,
   out devDept.Geometry.SharedEdge[] edges
)

Parameters

plane
The plane
tol
The tolerance
edges
The shared edges to which the vertices of the returned ICurve (that are all LinearPath) belong to.

Return Value

An array of curves representing each section contour.
See Also

Reference

Mesh Class
Mesh Members
Overload List