Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »

 Export.PM
gcmd -c "DOC.EXPORT.PM(PATH)"

  • The required Input Data for Export.PM

No.

Features

JSON

Reference

Design Code

1

RC Design Code

“DCON”

[DCON] RC Design Code

Geometry

2

Node

“NODE”

[NODE] Create Nodes

3

Element

“ELEM”

[ELEM] Create Elements

Boundary Condition

4

Define Supports

“CONS”

[CONS] Define Supports

(or other boundaries)

Load & Load Combination

5

Static Load Case

“STLD”

[STLD] Static Load Cases

6

Nodal Loads

“CNLD”

[CNLD] Nodal Loads

(or other loads)

7

Load Combination (Concrete Design only)

“LCOM” (“KIND” : “CONC”)

[LCOM] Load Combinations

Material Properties

8

Material Properties (Concrete only)

“MATL” (“TYPE” : “CONC”)

[MATL] Material Properties

9

Modify Concrete Materials

“MATD”

[MATD] Modify Concrete Materials

Section Properties & Rebar Input

10

Section Properties (DB Section only)

“SECT” ("SECTTYPE" :"DBUSER")

[SECT] DB/User Section

11

Rebar Input for Column Section

“RCHK” ("MEMBTYPE" : "COLUMN" - "COLM")

[RCHK] Rebar Input for Column Section

12

Rebar Input for Beam Section

“RCHK” ("MEMBTYPE" : "BEAM" - "BEAM")

[RCHK] Rebar Input for Beam Section

  • The JSON Output format example for EXPORT.PM

 API EXAMPLE - EXPORT.PM
        "PM": {
            "1001": {
                "vPHI_PN_MN": [
                    {
                        "ELEM": 1001,
                        "PHI_PN": 98249.14702200018,
                        "PHI_MN": 0.0
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 75952.257116702,
                        "PHI_MN": 16592.142473830845
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 63385.371868613714,
                        "PHI_MN": 21850.304336295732
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 53664.214801200615,
                        "PHI_MN": 24132.634209389107
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 46203.87525043846,
                        "PHI_MN": 24940.505466918083
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 42020.75551356919,
                        "PHI_MN": 26015.323247172797
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 39611.8192649354,
                        "PHI_MN": 27269.791022099853
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 37476.39420017905,
                        "PHI_MN": 28156.648303435013
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 35169.17592894853,
                        "PHI_MN": 28833.89948993417
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 30482.892184684366,
                        "PHI_MN": 28209.85732124472
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 19972.306865481783,
                        "PHI_MN": 22823.91442998349
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": 5092.694558231059,
                        "PHI_MN": 13205.837857962277
                    },
                    {
                        "ELEM": 1001,
                        "PHI_PN": -10480.406400000002,
                        "PHI_MN": 0.0
                    }
                ]
            }
        }

  • No labels