Skip to main content
JSON Manual Created Edited

Constraint Support

Input URI

{base url} + db/CONS



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "CONS": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "ITEMS": {
                "description": "Items",
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "ID": {
                            "description": "ID",
                            "type": "integer"
                        },
                        "GROUP_NAME": {
                            "description": "BoundaryGroupName",
                            "type": "string"
                        },
                        "CONSTRAINT": {
                            "description": "(DX,DY,DZ,RX,RY,RZ,RW)",
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Examples

Define Supports

{
    "Assign": {
        "1": {
            "ITEMS": [
                {
                    "ID": 1,
                    "GROUP_NAME": "Service",
                    "CONSTRAINT": "1111000"
                }
            ]
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Constraint Supports

 • Insert the data as an object

"ITEMS"

Array
[Object]

-

Required

(1)

Serial Number

"ID"

Integer

0

Optional

(2)

Boundary Group Name

"GROUP_NAME"

String

Blank

Optional

(3)

Constraint

 • [DX, DY, DZ, RX, RY, RZ, RW]

   ◦ Constraint: 1

   ◦ Unconstraint: 0

   ◦ RW: Warping Torsion

"CONSTRAINT"

String

-

Required



MIDAS CIVIL NX only

0
Was this article helpful?