Click or drag to resize

APIgetNodePosition Method

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

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

Parameters

ID  String
ID of the node

Return Value

vert3
A vert3 object
See Also