Mesh.Section (PlaneEquation, out SharedEdge()()) Method

Computes the contours resulting from the intersection of the Mesh and the given plane.
Public Function Section( _ 
ByVal planeEquation As PlaneEquation, _ 
ByRef edges As SharedEdge()() _ 
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Section( 
PlaneEquation planeEquation
out SharedEdge[][] edges 
)
This language is not supported or no code example is available.

Parameters

planeEquation
PlaneEquation

The cutting plane equation

edges
SharedEdge[][]

The shared edges to which the vertices of the returned ICurve (that are all LinearPath) belong to. Null 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