Skip to main content
JSON Manual Created Edited

Type of Display

Input URI

{base url} + view/RESULTGRAPHIC



Active Methods

POST



JSON Schema

Details

{
    "RESULTGRAPHIC": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "title": "ArgumentSchema",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TYPE_OF_DISPLAY": {
                        "type": "object",
                        "description": "TypeofDisplay",
                        "properties": {
                            "CONTOUR": {
                                "type": "object",
                                "description": "ContourDetails",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "NUM_OF_COLOR": {
                                        "type": "integer",
                                        "description": "SelecttheNumberofColortoDrawtheContour"
                                    },
                                    "COLOR_TYPE": {
                                        "type": "string",
                                        "description": "SelecttheTypeofColors",
                                        "enum": [
                                            "vrgb",
                                            "rgb",
                                            "brg",
                                            "grayscaled"
                                        ]
                                    },
                                    "OPTIONS": {
                                        "type": "object",
                                        "description": "SpecifyOptionsforContourRepresentation",
                                        "properties": {
                                            "CONTOUR_FILL": {
                                                "type": "boolean",
                                                "description": "SelecttheTypeofFill"
                                            },
                                            "GRADIENT_FILL": {
                                                "type": "boolean",
                                                "description": "GradientFill"
                                            }
                                        }
                                    }
                                }
                            },
                            "VALUES": {
                                "type": "object",
                                "description": "ValuesOutputDetails",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "VALUE_EXP": {
                                        "type": "boolean",
                                        "description": "SelectExponentialorFixedValue"
                                    },
                                    "DECIMAL_PT": {
                                        "type": "integer",
                                        "description": "SelecttheNumberofDecimalPlacestoDisplay"
                                    },
                                    "SET_ORIENT": {
                                        "type": "integer",
                                        "description": "SetstheOrientationoftheValue"
                                    },
                                    "MINMAX_ONLY": {
                                        "type": "object",
                                        "description": "Enable'MinMaxOnly'",
                                        "properties": {
                                            "MAXMIN": {
                                                "type": "string",
                                                "description": "MinMaxTypeofValues",
                                                "enum": [
                                                    "Min&Max",
                                                    "AbsMax",
                                                    "Max",
                                                    "Min"
                                                ]
                                            },
                                            "LIMIT_SCALE": {
                                                "type": "integer",
                                                "description": "LimitScale"
                                            }
                                        }
                                    }
                                }
                            },
                            "LEGEND": {
                                "type": "object",
                                "description": "LegendDetails",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "POSITION": {
                                        "type": "string",
                                        "description": "Positionofthelegendinthedisplaywindow",
                                        "enum": [
                                            "right",
                                            "left"
                                        ]
                                    },
                                    "VALUE_EXP": {
                                        "type": "boolean",
                                        "description": "SelectExponentialorFixedValue"
                                    },
                                    "DECIMAL_PT": {
                                        "type": "integer",
                                        "description": "SelecttheNumberofDecimalPlacestoDisplay"
                                    }
                                }
                            },
                            "DEFORM": {
                                "type": "object",
                                "description": "DeformationDetails",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "SCALE_FACTOR": {
                                        "type": "number",
                                        "description": "DeformationScaleFactor"
                                    },
                                    "REAL_DEFORM": {
                                        "type": "boolean",
                                        "description": "DeformationType"
                                    },
                                    "REL_DISP": {
                                        "type": "boolean",
                                        "description": "RelativeDeformation"
                                    },
                                    "REAL_DISP": {
                                        "type": "boolean",
                                        "description": "RealStructuralDeformation"
                                    }
                                }
                            },
                            "DISP_OPT": {
                                "type": "object",
                                "description": "DisplayOptionDetails",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "ELEMENT_CENTER": {
                                        "type": "boolean",
                                        "description": "PlaceContourinElementCenter"
                                    },
                                    "VALUE_MAX": {
                                        "type": "boolean",
                                        "description": "SelectShowingValuesofMaximumorElementCenter"
                                    }
                                }
                            },
                            "MIRRORED": {
                                "type": "object",
                                "description": "SymmetricModelMirrorDetail",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "MIRROR_BY_1": {
                                        "type": "object",
                                        "description": "MirrorByHalfModel",
                                        "properties": {
                                            "DIRECTION": {
                                                "type": "string",
                                                "description": "MirrorByDirection(Half)",
                                                "enum": [
                                                    "XY",
                                                    "YZ",
                                                    "XZ"
                                                ]
                                            },
                                            "OFFSET": {
                                                "type": "number",
                                                "description": "MirrorByOffsetDistance(Half)"
                                            }
                                        }
                                    },
                                    "MIRROR_BY_2": {
                                        "type": "object",
                                        "description": "MirrorByHalfModel",
                                        "properties": {
                                            "DIRECTION": {
                                                "type": "string",
                                                "description": "MirrorByDirection(Quarter)",
                                                "enum": [
                                                    "XY",
                                                    "YZ",
                                                    "XZ"
                                                ]
                                            },
                                            "OFFSET": {
                                                "type": "number",
                                                "description": "MirrorByOffsetDistance(Quarter)"
                                            }
                                        }
                                    }
                                }
                            },
                            "CUTTING_DIAGRAM": {
                                "type": "object",
                                "description": "CuttingDiagram",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "CUTTING_MODE": {
                                        "type": "string",
                                        "description": "CuttingDiagramMode",
                                        "enum": [
                                            "line",
                                            "plane"
                                        ]
                                    },
                                    "CUTTING_NAME": {
                                        "type": "array",
                                        "description": "SelectCuttingLineorPlane",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "NORMAL_TO_PLANE": {
                                        "type": "boolean",
                                        "description": "DisplaytheGraphDirectionOptionofPlateElements"
                                    },
                                    "SCALE_FACTOR": {
                                        "type": "number",
                                        "description": "ScaleFactorforDiagramOutputRatio"
                                    },
                                    "REVERSE": {
                                        "type": "boolean",
                                        "description": "ExpresstheDiagramintheReverseDirection"
                                    },
                                    "VALUE_OUTPUT": {
                                        "type": "boolean",
                                        "description": "ProducetheOutputinValues"
                                    },
                                    "MINMAX_ONLY": {
                                        "type": "boolean",
                                        "description": "ShowonlytheMaximumandMinimumvalues"
                                    }
                                }
                            },
                            "CUTTING_PLANE": {
                                "type": "object",
                                "description": "CuttingPlaneDetailDialog",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "CUTTING_NAME": {
                                        "type": "array",
                                        "description": "SelecttheCuttingPlanes",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "FREE_EDGE": {
                                        "type": "boolean",
                                        "description": "DrawtheOutlineOption"
                                    }
                                }
                            },
                            "APPLIED_LOADS": {
                                "type": "object",
                                "description": "AppliedLoads(MovingLoadTracerDetail)",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "SCALE_FACTOR": {
                                        "type": "number",
                                        "description": "LoadScaleFactor"
                                    },
                                    "OPT_LOAD_VALUES": {
                                        "type": "boolean",
                                        "description": "ShowLoadValues"
                                    },
                                    "VALUE_TYPE": {
                                        "type": "string",
                                        "description": "SelecttheValueOutputType",
                                        "enum": [
                                            "Exponential",
                                            "Fixed"
                                        ]
                                    },
                                    "VALUE_DECIMAL_PT": {
                                        "type": "integer",
                                        "description": "ValueOutputDecimalPoint"
                                    }
                                }
                            },
                            "ISO_SURFACE": {
                                "type": "object",
                                "description": "IsoSurfaceDetailDialog",
                                "properties": {
                                    "OPT_CHECK": {
                                        "type": "boolean",
                                        "description": "ControltheTypeofDisplay"
                                    },
                                    "DRAW_POLYLINE": {
                                        "type": "boolean",
                                        "description": "DrawPolygonOutline"
                                    },
                                    "TRANSPARENCY": {
                                        "type": "number",
                                        "description": "Transparent(ScreenOnly)"
                                    },
                                    "FREE_EDGE": {
                                        "type": "boolean",
                                        "description": "Outline(highlight)theSolidElementMode"
                                    },
                                    "VALUE_MODE": {
                                        "type": "object",
                                        "description": "SelecttheValuestobeDisplayedforStress",
                                        "properties": {
                                            "VALUE_TYPE": {
                                                "type": "string",
                                                "enum": [
                                                    "relative",
                                                    "values"
                                                ],
                                                "description": "IsoSurfaceValuesType"
                                            },
                                            "VALUE": {
                                                "type": "array",
                                                "items": {
                                                    "type": "number"
                                                },
                                                "description": "IsoSurfaceValues"
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Contour Details

{
    "Argument": {
        "CURRENT_MODE": "beamdiagrams",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "DL"
        },
        "COMPONENTS": {
            "PART": "total",
            "COMP": "Fx"
        },
        "DISPLAY_OPTIONS": {
            "FIDELITY": "Exact",
            "FILL": "line",
            "SCALE": 1.0
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true,
                "NUM_OF_COLOR": 6,
                "COLOR_TYPE": "rgb",
                "OPTIONS": {
                    "GRADIENT_FILL": false,
                    "CONTOUR_FILL": false
                }
            }
        },
        "OUTPUT_SECT_LOCATION": {
            "OPT_I": true,
            "OPT_CENTER_MID": true,
            "OPT_J": true
        }
    }
}

Values Output Details

{
    "Argument": {
        "CURRENT_MODE": "reactionforces/moments",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "DL"
        },
        "COMPONENTS": {
            "COMP": "Fxyz",
            "OPT_LOCAL_CHECK": true
        },
        "TYPE_OF_DISPLAY": {
            "VALUES": {
                "OPT_CHECK": true,
                "DECIMAL_PT": 5,
                "VALUE_EXP": true,
                "MINMAX_ONLY": {
                    "MAXMIN": "absmax",
                    "LIMIT_SCALE": 5
                },
                "SET_ORIENT": 15
            },
            "ARROW_SCALE_FACTOR": 1.0
        }
    }
}

Legend Details

{
    "Argument": {
        "CURRENT_MODE": "reactionforces/moments",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "DL"
        },
        "COMPONENTS": {
            "COMP": "Fxyz",
            "OPT_LOCAL_CHECK": true
        },
        "TYPE_OF_DISPLAY": {
            "LEGEND": {
                "OPT_CHECK": true,
                "POSITION": "right",
                "VALUE_EXP": true,
                "DECIMAL_PT": 2
            },
            "ARROW_SCALE_FACTOR": 1.0
        }
    }
}

Deformation Details

{
    "Argument": {
        "CURRENT_MODE": "beamdiagrams",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "DL"
        },
        "COMPONENTS": {
            "PART": "total",
            "COMP": "Fx"
        },
        "DISPLAY_OPTIONS": {
            "FIDELITY": "Exact",
            "FILL": "line",
            "SCALE": 1.0
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true,
                "NUM_OF_COLOR": 6,
                "COLOR_TYPE": "rgb",
                "OPTIONS": {
                    "GRADIENT_FILL": false,
                    "CONTOUR_FILL": false
                }
            },
            "DEFORM": {
                "OPT_CHECK": true,
                "SCALE_FACTOR": 2.0,
                "REL_DISP": true,
                "REAL_DISP": true,
                "REAL_DEFORM": true
            }
        },
        "OUTPUT_SECT_LOCATION": {
            "OPT_I": true,
            "OPT_CENTER_MID": true,
            "OPT_J": true
        }
    }
}

Display Option Details

{
    "Argument": {
        "CURRENT_MODE": "Plane-Stress/PlateStresses",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "SelfWeight",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "UCS",
                "UCS_NAME": "CurrentUCS"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Element"
            },
            "SURFACE": "Top"
        },
        "COMPONENTS": {
            "COMP": "Sig-eff"
        },
        "TYPE_OF_DISPLAY": {
            "DISP_OPT": {
                "OPT_CHECK": true,
                "ELEMENT_CENTER": false,
                "VALUE_MAX": true
            }
        }
    }
}

Symmetric Model Mirror Detail

{
    "Argument": {
        "CURRENT_MODE": "Plane-Stress/PlateStresses",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "SelfWeight",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "UCS",
                "UCS_NAME": "CurrentUCS"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Avg.Nodal"
            },
            "SURFACE": "Top"
        },
        "COMPONENTS": {
            "COMP": "Sig-eff"
        },
        "TYPE_OF_DISPLAY": {
            "MIRRORED": {
                "OPT_CHECK": true,
                "MIRROR_BY_1": {
                    "DIRECTION": "YZ",
                    "OFFSET": 3
                },
                "MIRROR_BY_2": {
                    "DIRECTION": "XZ",
                    "OFFSET": 5
                }
            }
        }
    }
}

Cutting Diagram

{
    "Argument": {
        "CURRENT_MODE": "Plane-Stress/PlateStresses",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "SelfWeight",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "UCS",
                "UCS_NAME": "CurrentUCS"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Avg.Nodal"
            },
            "SURFACE": "Top"
        },
        "COMPONENTS": {
            "COMP": "Sig-eff"
        },
        "TYPE_OF_DISPLAY": {
            "CUTTING_DIAGRAM": {
                "OPT_CHECK": true,
                "CUTTING_MODE": "line",
                "CUTTING_NAME": [
                    "Cut-Line#1"
                ],
                "NORMAL_TO_PLANE": true,
                "SCALE_FACTOR": 1.1,
                "REVERSE": false,
                "VALUE_OUTPUT": true,
                "MINMAX_ONLY": true
            }
        }
    }
}

Cutting Plane Detail Dialog

{
    "Argument": {
        "CURRENT_MODE": "solidstresses",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "DL",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "Local"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Avg.Nodal"
            }
        },
        "COMPONENTS": {
            "COMP": "Sig-xx"
        },
        "TYPE_OF_DISPLAY": {
            "CUTTING_PLANE": {
                "OPT_CHECK": true,
                "CUTTING_NAME": [
                    "XY",
                    "YZ"
                ],
                "FREE_EDGE": true
            }
        }
    }
}

Applied Loads (Moving Load Tracer Detail)

{
    "Argument": {
        "CURRENT_MODE": "MVLTRC_Reactions",
        "LOAD_CASE_COMB": {
            "TYPE": "MV",
            "MINMAX": "Max",
            "NAME": "DB",
            "KEY_NODE_ELEM": 1
        },
        "COMPONENTS": {
            "COMP": "Fz",
            "OPT_LOCAL_CHECK": true
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true
            },
            "APPLIED_LOADS": {
                "OPT_CHECK": true,
                "SCALE_FACTOR": 1.0,
                "OPT_LOAD_VALUES": true,
                "VALUE_TYPE": "Fixed",
                "VALUE_DECIMAL_PT": 2
            },
            "OPT_INCLUDE_IMPFACT_FACTOR": true
        }
    }
}

IsoSurface Detail Dialog

{
    "Argument": {
        "CURRENT_MODE": "solidstresses",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "DL",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "UCS",
                "UCS_NAME": "CurrentUCS"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Avg.Nodal"
            }
        },
        "COMPONENTS": {
            "COMP": "Sig-eff"
        },
        "TYPE_OF_DISPLAY": {
            "ISO_SURFACE": {
                "OPT_CHECK": true,
                "DRAW_POLYLINE": true,
                "FREE_EDGE": false,
                "TRANSPARENCY": 50,
                "VALUE_MODE": {
                    "VALUE_TYPE": "relative",
                    "VALUE": [
                        0,
                        0.25,
                        0.5,
                        0.75,
                        1
                    ]
                }
            }
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Type of Display ¹⁾

"TYPE_OF_DISPLAY"

Object

System

Optional

(1)

Contour Details ²⁾

"CONTOUR"

Object

-

Optional

(2)

Values Output Details ³⁾

"VALUES"

Object

-

Optional

(3)

Legend Details ⁴⁾

"LEGEND"

Object

-

Optional

(4)

Deformation Details ⁵⁾

"DEFORM"

Object

-

Optional

(5)

Display Option Details ⁶⁾

"DISP_OPT"

Object

-

Optional

(6)

Symmetric Model Mirror Detail ⁷⁾

"MIRRORED"

Object

-

Optional

(7)

Cutting Diagram ⁸⁾

"CUTTING_DIAGRAM"

Object

-

Optional

(8)

Cutting Plane Detail Dialog ⁹⁾

"CUTTING_PLANE"

Object

-

Optional

(9)

Applied Loads (Moving Load Tracer Detail) ¹⁰⁾

"APPLIED_LOADS"

Object

-

Optional

(10)

IsoSurface Detail Dialog ¹¹⁾

"ISO_SURFACE"

Object

-

Optional

(11)

Arrow Scale Factor

"ARROW_SCALE_FACTOR"

Number

1

Optional

(12)

Display Undeformed Shape

"UNDEFORMED"

Boolean

false

Optional

(13)

Current Step Displacement

"OPT_CUR_STEP_DISPLACEMENT"

Boolean

false 

Optional

(14)

Stage/Step Real Displacement

"OPT_STAGE_STEP_REAL_DISPLACEMENT"

Boolean

false 

Optional

(15)

Including Camber Displacement

"OPT_INCLUDING_CAMBER_DISPLACEMENT"

Boolean

false 

Optional

(16)

Current Step Force

"OPT_CUR_STEP_FORCE"

Boolean

false

Optional

(17)

Yield Point

"YIELD_POINT"

Boolean

false

Optional

(18)

Include Impact Factor

"OPT_INCLUDE_IMPACT_FACTOR"

Boolean

false

Optional

(19)

Mode Shape

"MODE_SHAPE"

Boolean

false

Optional



¹⁾ Each item in the Result Graphic has different available keys. For more details, please refer to the manual for each item.

²⁾ JSON Structrue for Contour Deatils

No. Description Key Value Type Default Required

1

Contour Details

"CONTOUR"

Object

-

Optional

(1)

Control the Type of Display

 • Show Contour View: true

 • Hide Contour View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Select the Number of Color to Draw the Contour

 • Number of Colors: 6 / 12 / 18 / 24

"NUM_OF_COLOR"

Integer

12

Optional

(3)

Select the Type of Colors

 • V → R → G → B: "vrgb"

 • R → G → B: "rgb"

 • R → B → G: "rbg"

 • Gray Scaled: "gray scaled"

"COLOR_TYPE"

String

"vrgb"

Optional

(4)

Specify Options for Contour Representation

"OPTIONS"

Object

-

Optional

i. Select the Type of Fill

 • Contour Fill: true

 • Draw Contour Line Only: false

"CONTOUR_FILL"

Boolean

true

Optional

ii. Gradient Fill

 • When "CONTOUR_FILL" is true

"GRADIENT_FILL"

Boolean

false

Optional



³⁾ JSON Structrue for Values Output Details

No. Description Key Value Type Default Required

1

Values Output Details

"VALUES"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Select Exponential or Fixed Value

 • Exponential: true

 • Fixed: false

"VALUE_EXP"

Boolean

false

Optional

(3)

Select the Number of Decimal Places to Display

"DECIMAL_PT"

Integer

0

Optional

(4)

Sets the Orientation of the Value

 • Values from 0 to 180, in increments of 15

"SET_ORIENT"

Integer

0

Optional

(5)

Enable "MinMax Only"

"MINMAX_ONLY"

Object

-

Optional

i. MinMax Type of Values

 • Min. & Max.: "Min & Max"

 • Absolut Max.: "Abs Max"

 • Maximum: "Max"

 • Minimum: "Min"

"MAXMIN"

String

"Min & Max"

Optional

ii. Limit Scale

 • 0 to 100

"LIMIT_SCALE"

Integer

0

Optional



⁴⁾ JSON Structrue for Legend Details

No. Description Key Value Type Default Required

1

Legend Details

"LEGEND"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Position of the legend in the display window

 • Right Side: "right"

 • Left Side: "left"

"POSITION"

String

"left"

Optional

(3)

Select Exponential or Fixed Value

 • Exponential: true

 • Fixed: false

"VALUE_EXP"

Boolean

true

Optional

(4)

Select the Number of Decimal Places to Display

 • When "VALUE_EXP" is false

"DECIMAL_PT"

Integer

0

Optional



⁵⁾ JSON Structrue for Deformation Details

No. Description Key Value Type Default Required

1

Deformation Details

"DEFORM"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Deformation Scale Factor

 • Magnifies or reduces the size of the displacement.

"SCALE_FACTOR"

Number

0

Optional

(3)

Deformation Type

 • Real Deform.: true

 • Nodal Deform: false

"REAL_DEFORM"

Boolean

false

Optional

(4)

Relative Deformation

"REL_DISP"

Boolean

false

Optional

(5)

Real Structural Deformation

 • Display without Scaling: true

 • Auto-Scaling: false

"REAL_DISP"

Boolean

false

Optional



⁶⁾ JSON Structrue for Display Option Details

No. Description Key Value Type Default Required

1

Display Option Details

"DISP_OPT"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Place Contour in Element Center

 • Show Element Center: true

 • Hide Element Center: false

"ELEMENT_CENTER"

Boolean

false

Optional

(3)

Select Showing Values of Maximum or Element Center

 • Enable Max Value: true

 • Enable Element Center Value: false

"VALUE_MAX"

Boolean

false

Optional



⁷⁾ JSON Structrue for Symmetric Model Mirror Detail

No. Description Key Value Type Default Required

1

Symmetric Model Mirror Detail

"MIRRORED"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Mirror by Half Model

"MIRROR_BY_1"

Object

-

Required

i. Mirror by Direction (Half)

 • XY-Plane at Z: "XY"

 • YZ-Plane at X: "YZ"

 • XZ-Plane at Y: "XZ"

"DIRECTION"

String

-

Required

ii. Mirror by Offset Distance (Half)

"OFFSET"

Number

-

Required

(3)

Mirror by Half Model

"MIRROR_BY_2"

Object

-

Optional

i. Mirror by Direction (Quarter)

 • XY-Plane at Z: "XY"

 • YZ-Plane at X: "YZ"

 • XZ-Plane at Y: "XZ"

"DIRECTION"

String

-

Required

ii. Mirror by Offset Distance (Quarter)

"OFFSET"

Number

-

Required



⁸⁾ JSON Structrue for Cutting Diagram

No. Description Key Value Type Default Required

1

Cutting Diagram

"CUTTING_DIAGRAM"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Cutting Diagram Mode

 • Cutting Line: "line"

 • Cutting Plane: "plane"

"CUTTING_MODE"

String

"line"

Optional

(3)

Select Cutting Line

 • Defined Cutting Line Name ᵁᵀᴸ⁾

Select Cutting Plane

 • Current UCS x-y Plane: "XY"

 • Current UCS x-z Plane: "XZ"

 • Current UCS y-z Plane: "YZ"

 • Defined Unique Key of Named Plane (db/NPLN)

"CUTTING_NAME"

Array
[String]

-

Required

(4)

Display the Graph Direction Option of Plate Elements

 • Normal Direction: true

 • In-Plane Direction: false

"NORMAL_TO_PLANE"

Boolean

true

Optional

(5)

Scale Factor for Diagram Output Ratio

"SCALE_FACTOR"

Number

0

Optional

(6)

Express the Diagram in the Reverse Direction

 • Reverse: true

 • Normal: false

"REVERSE"

Boolean

false

Optional

(7)

Produce the Output in Values.

 • Enable: true

 • Disable: false

"VALUE_OUTPUT"

Boolean

false

Optional

(8)

Show only the Maximum and Minimum values

 • When "VALUE_OUTPUT is True

"MINMAX_ONLY"

Boolean

false

Optional



ᵁᵀᴸ⁾ Defined By Cutting Line Function (db/CUTL) ↗

⁹⁾ JSON Structrue for Cutting Plane Detail Dialog

No. Description Key Value Type Default Required

1

Cutting Plane Detail Dialog

"CUTTING_PLANE"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Select the Cutting Planes

 • Current UCS x-y Plane: "XY"

 • Current UCS x-z Plane: "XZ"

 • Current UCS y-z Plane: "YZ"

 • Defined Unique Key of Named Plane (db/NPLN)

"CUTTING_NAME"

Array
[String]

-

Required

(3)

Draw the Outline Option

 • Free Edge: true

 • Free Face: false

"FREE_EDGE"

Boolean

true

Optional



¹⁰⁾ JSON Structrue for Applied Loads (Moving Load Tracer Detail)

No. Description Key Value Type Default Required

1

Applied Loads (Moving Load Tracer Detail)

"APPLIED_LOADS"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Load Scale Factor

"SCALE_FACTOR"

Number

0

Optional

(3)

Show Load Values

 • Enable: true

 • Disable: false

"OPT_LOAD_VALUES"

Boolean

false

Optional

(4)

Select the Value Output Type

 • When "OPT_LOAD_VALUES" is True

   ◦ Exponential: "Exponential"

   ◦ Fixed: "Fixed"

"VALUE_TYPE"

String

"Exponential"

Optional

(5)

Value Output Decimal Point

 • When "OPT_LOAD_VALUES" is True

   ◦ Set number greater than or equal to 0

"VALUE_DECIMAL_PT"

Integer

0

Optional



¹¹⁾ JSON Structrue for IsoSurface Detail Dialog

No. Description Key Value Type Default Required

1

IsoSurface Detail Dialog

"ISO_SURFACE"

Object

-

Optional

(1)

Control the Type of Display

 • Show Values View: true

 • Hide Values View: false

"OPT_CHECK"

Boolean

false

Optional

(2)

Draw Polygon Outline

 • Enable: true

 • Disable: false

"DRAW_POLYLINE"

Boolean

false

Optional

(3)

Transparent (Screen Only)

 • Max. Value: 255

 • Min. Value: 0

"TRANSPARENCY"

Number

255

Optional

(4)

Outline (highlight) the Solid Element Mode

 • Free Face: true

 • Free Edge: false

"FREE_EDGE"

Boolean

true

Optional

(5)

Select the Values to be Displayed for Stress

"VALUE_MODE"

Object

-

Optional

i. IsoSurface Values Type

 • Relative: "relative"

 • Values: "values"

"VALUE_TYPE"

String

"relative"

Optional

IsoSurface Values

 • Relative Type

   ◦ Max. Value: 1

   ◦ Min. Value: 0

"VALUE"

Array
[Number]

-

Required



0
Was this article helpful?