Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSMCT
Code Block
POST, GET, PUT {{Base Url}}/db/smct

    "SMCT": {
        "CONCURRENT_CALC": {
            "__DESC__": "Concurrent Calc Boolean",
            "__TYPE__": "Bool"
        },
        "CONCURRENT_LINK": {
            "__DESC__": "Concurrent Link Boolean",
            "__TYPE__": "Bool"
        }
    }

...

NO.

Name

API - Key

API - Value Type

Default

Settlement Analysis Control Data

1

Settlement Analysis Control Data

  • 1

“KEY”

🇮

🔴

2

Plate Concurrent FOrceForce

  • Active : true

  • Inactive : false

"CONCURRENT_CALC"

??

FALSE

??🔺

3

Elastic / General Links Concurrent Force

  • Active : true

  • Inactive : false

"CONCURRENT_LINK"

??

FALSE

??🔺

  • The JSON format example for inputting Settlement Analysis Control Data

Expand
titleAPI EXAMPLE - Settlement Analysis Control Data
Code Block
{
    "SMCTAssign": {
        "1": {
            "CONCURRENT_CALC": true,
            "CONCURRENT_LINK": truefalse
        }
    }
}