Mesh.Section (Plane, Double, out 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, _ 
ByRef edges As SharedEdge()() _ 
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Section( 
Plane plane
double tol
out SharedEdge[][] edges 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

tol
double

The tolerance

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