FemMesh.RemoveElements (Point3D, Point3D, Double) Method

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

Parameters

min
Point3D

Defines the min 3D point of the box

max
Point3D

Defines the max 3D point of the box

inflateBy
double

Search volume offset

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition