FemMesh.Slice Method

Computes a planar slice of this FemMesh object.
Public Function Slice( _ 
ByVal pln As Plane, _ 
ByVal legend As Legend, _ 
Optional ByVal radius As Double = 1e-3 _ 
) As Mesh
This language is not supported or no code example is available.
public Mesh Slice( 
Plane pln
Legend legend
double radius = 1e-3 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane

legend
Legend

The legend

radius
double

The maximum distance used to remove duplicate vertices form the resulting mesh

Return Value

Mesh

A FemMeshSlice or a FemMeshSliceContour object if the plane intersects the FemMesh, null/Nothing otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition