*rundesignmethod

Run the design method for a given design point set.

Syntax

*rundesignmethod entity_type id=<value>

Type

HyperMesh Tcl Modify Command

Description

Run the design method for a given design point set. The design point set should contain a valid design point and design method.

This outputs a new table entity containing the output of the the operation.

Inputs

entity_type
Must be set to designpointsets.
id=<value>
The ID of the design point set.

Example

To run the design method for design point set 2:

*rundesignmethod designpointsets id=2

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

2019.1