Mesh.Section (Plane, Double, LinkedList<SharedEdge>()) Method

Computes the contours resulting from the intersection of the face and the given plane.
Public Function Section( _ 
ByVal plane As Plane, _ 
ByVal tol As Double, _ 
Optional ByVal edgesPerVertex As LinkedList(Of SharedEdge)() = null _ 
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Section( 
Plane plane
double tol
LinkedList<SharedEdge>[] edgesPerVertex = null 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

tol
double

The tolerance

edgesPerVertex
LinkedList<SharedEdge>[]

Pre-computed Mesh unique edges per vertices, not used if the mesh has octree's data

Return Value

ICurve[]

An array of curves representing each section contour.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition