*hf_EditPol

Opens the Section Editor and loads the POL profile into the 2D editor.

Syntax

*hf_EditPol reserved

Type

HyperMesh Tcl Modify Command

Description

This command opens the Section Editor and loads the POL profile into the 2D editor.

Inputs

reserved
Reserved for future use. Must be set to 0.

Example

To edit the POL profile:
*hf_EditPol 0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

11.0