HyperWorks Desktop

*ReaderProperty()

Captures the reader options used while loading the model and result files.

*ReaderProperty()

Captures the reader options used while loading the model and result files.

Previous topic Next topic No expanding text in this topic  

*ReaderProperty()

Captures the reader options used while loading the model and result files.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*ReaderProperty(Type, Value)

Arguments

Name

Description

 

Type

Specifies the property setting the reader will use while reading the input file.

 

Value

Specifies the value corresponding to the selected property.

Example

*BeginGraphic()

• • •

  *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)

      *ReaderProperty("Model Organization", "By Property")

      *BeginResult({RESULT_FILE_1}, LS_DYNA d3plot)

         *CurrentSubcase(1, 4)

        *ReaderProperty("Model Organization", "By Property")

      *EndResult()

• • •

  *EndModel()

• • •

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

Comments

This statement will only be written out if the default properties have been changed by the user.

See also

 

*BeginModel()

*BeginResult()

List of Session Statements