Click or drag to resize

APIvertexFromNode Method

Get vertex from node for calculation with vert3 class.
REST path: /node/vertex/[node]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public vert3 vertexFromNode(
	string node
)

Parameters

node  String
ID of the node

Return Value

vert3
A vert3 object
See Also