Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

 CONS
    "CONS": {
        "ITEMS": {
            "__DESC__": "Items",
            "__TYPE__": [
                {
                    "ID": {
                        "__DESC__": "ID",
                        "__TYPE__": "Integer"
                    },
                    "GROUP_NAME": {
                        "__DESC__": "Boundary Group Name",
                        "__TYPE__": "String"
                    },
                    "CONSTRAINT": {
                        "__DESC__": "(DX,DY,DZ,RX,RY,RZ,RW)",
                        "__TYPE__": "String"
                    }
                }
            ]
        }
    }    

  • Introduce Input Data Symbols

API - Value Type

Input Data

Integer

🇮

🔴

Essential

String

🇸

Unnecessary

Boolean

🇧

🔺

Optional

Real

🇷

  • The required Input Data for defining Supports

NO.

Name

API - Key

API - Value Type

Default

Supports

1

Node No.

"KEY"

??

🔴

2

"ITEMS"

🔴

3

Serial Number

  • If Add or Replace

"ID"

??

0

🔺

4

Boundary Group Name

"GROUP_NAME"

??

🔺

5

DX,DY,DZ,RX,RY,RZ,RW

"CONSTRAINT"

??

🔴

  • The JSON format example for inputting Supports

 API EXAMPLE - Supports
    "CONS": {
        "101": {
            "ITEMS": [
                {
                    "ID": 1,
                    "GROUP_NAME": "B1",
                    "CONSTRAINT": "1111111"
                }
            ]
        }
    }

  • No labels