Click or drag to resize

APIgetNodePosition Method

Returns node position as vert3 object
REST path: /node/ID
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public vert3 getNodePosition(
	string ID
)

Parameters

ID  String
ID of the node

Return Value

vert3
A vert3 object
See Also