FemMesh.GetNodesByVertex Method

Returns nodes on the specified Brep vertex.
Public Function GetNodesByVertex( _ 
ByVal index As Integer, _ 
ByVal brep As Brep
) As Point3D()
This language is not supported or no code example is available.
public Point3D[] GetNodesByVertex( 
int index
Brep brep 
)
This language is not supported or no code example is available.

Parameters

index
int

The vertex index

brep
Brep

The originating Brep entity

Return Value

Point3D[]

The array of FEM nodes

.NET Framework

Supported in: 4.8

In this article

Definition