FemMesh.GetNodesByEdge Method

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

Parameters

index
int

The edge 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