FemMesh.GetNodes (Plane, Double) Method

Gets all nodes in proximity of a plane.
Public Function GetNodes( _ 
ByVal plane As Plane, _ 
ByVal inflateBy As Double
) As Integer()
This language is not supported or no code example is available.
public int[] GetNodes( 
Plane plane
double inflateBy 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The Plane object

inflateBy
double

Offset of the distance

Return Value

int[]

Returns an array of int rapresenting node indices.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition