Skip to main content
JSON Manual Created Edited

Floor Load Color

Input URI

{base url} + db/CO_F



Active Methods

GET, PUT



JSON Schema

Details

{
    "CO_F": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "FloorLoadTypeName",
                "type": "string"
            },
            "WF_R": {
                "description": "WireFrame_Red",
                "type": "integer"
            },
            "WF_G": {
                "description": "WireFrame_Green",
                "type": "integer"
            },
            "WF_B": {
                "description": "WireFrame_Blue",
                "type": "integer"
            },
            "HF_R": {
                "description": "HiddenFill_Red",
                "type": "integer"
            },
            "HF_G": {
                "description": "HiddenFill_Green",
                "type": "integer"
            },
            "HF_B": {
                "description": "HiddenFill_Blue",
                "type": "integer"
            },
            "HE_R": {
                "description": "HiddenEdge_Red",
                "type": "integer"
            },
            "HE_G": {
                "description": "HiddenEdge_Green",
                "type": "integer"
            },
            "HE_B": {
                "description": "HiddenEdge_Blue",
                "type": "integer"
            },
            "OPT_BLEND": {
                "description": "Blending",
                "type": "boolean"
            },
            "BLEND_FACTOR": {
                "description": "BlendingFactor",
                "type": "number"
            }
        }
    }
}


Examples

Floor Load Color

{
    "Assign": {
        "1": {
            "NAME": "FL",
            "WF_R": 166,
            "WF_G": 202,
            "WF_B": 240,
            "HF_R": 166,
            "HF_G": 202,
            "HF_B": 240,
            "HE_R": 166,
            "HE_G": 202,
            "HE_B": 240,
            "OPT_BLEND": true,
            "BLEND_FACTOR": 0.25
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Floor Load Type Name

"NAME"

String

-

Required

2

Wire Frame Red

"W_R"

Integer

Optional

3

Wire Frame Green

"W_G"

Integer

 -

Optional

4

Wire Frame Blue

"W_B"

Integer

Optional

5

Hidden Fill Red

"HF_R"

Integer

 -

Optional

6

Hidden Fill Green

"HF_G"

Integer

Optional

7

Hidden Fill Blue

"HF_B"

Integer

Optional

8

Hidden Edge Red

"HE_R"

Integer

Optional

9

Hidden Edge Green

"HE_G"

Integer

Optional

10

Hidden Edge Blue

"HE_B"

Integer

 -

Optional

11

Blending Option

"OPT_BLEND"

Boolean

Optional

12

Blending Factor

 • When Blending Option, "OPT_BLEND" is True

"BLEND_FACTOR"

Number

Optional



0
Was this article helpful?