*GlobalProperty()
Captures the global options used while loading the model and result files.
Syntax
*GlobalProperty (Type, Value)
Application
HyperView
Inputs
- Type
- Specifies the global property that will be set while reading the input file.
- Value
- Specifies the value corresponding to the selected property.
Context
*BeginGraphic()
Example
*BeginGraphic()
• • •
   *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)
	*GlobalProperty("Convert 2nd order elements to 1st order elements", "Yes")
       *ReaderProperty("Model Organization", "By Property")
       *BeginResult({RESULT_FILE_1}, LS_DYNA d3plot)
          *CurrentSubcase(1, 4)
          *ReaderProperty("Model Organization", "By Property")
       *EndResult()
• • •
   *EndModel()
• • •
*EndGraphic()
Comments
None.