FemMesh.RemoveElements (Plane, Double, Double) Method

Removes selected elements.
Public Sub RemoveElements( _ 
ByVal plane As Plane, _ 
ByVal distance As Double, _ 
ByVal inflateBy As Double
)
This language is not supported or no code example is available.
public void RemoveElements( 
Plane plane
double distance
double inflateBy 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The Plane object

distance
double

Distance of the plane to the elements

inflateBy
double

Search volume offset

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition