[NODE] Create Nodes

"NODE": { "X": { "__DESC__": "GLOBAL X-POSITION", "__TYPE__": "Real" }, "Y": { "__DESC__": "GLOBAL Y-POSITION", "__TYPE__": "Real" }, "Z": { "__DESC__": "GLOBAL Z-POSITION", "__TYPE__": "Real" } }

 

  • Introduce Input Data Symbols

API - Value Type

Input Data

API - Value Type

Input Data

Integer

🔴

Essential

String

Unnecessary

Boolean

🔺

Optional

Real

 

 

 

  • The required Input Data for defining Node

NO.

Name

API - Key

API - Value Type

Default

Node

NO.

Name

API - Key

API - Value Type

Default

Node

1

Node No.

"KEY"

 

🔴

2

Coordinate - x

"X"

0

🔺

3

Coordinate - y

"Y"

0

🔺

4

Coordinate - z

"Z"

0

🔺

 

  • The JSON format example for inputting Node

"NODE": { "1": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "2": { "X": 1.0, "Y": 0.0, "Z": 0.0 } }