Mesh.Section (PlaneEquation, LinkedList<SharedEdge>()) Method

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

Parameters

planeEquation
PlaneEquation

The cutting plane equation

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