FemMesh.GetNodesByFace Method

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

Parameters

index
int

The face index

brep
Brep

The originating Brep entity

Return Value

Point3D[]

Te array of FEM nodes

.NET Framework

Supported in: 4.8

In this article

Definition