*syncpropertybeamsectionvalues

Copies the beam section values to property values. Currently valid only for Nastran and OptiStruct.

Syntax

*syncpropertybeamsectionvalues mark_id

Type

HyperMesh Tcl Modify Command

Description

Copies the beam section values to property values. Currently valid only for Nastran and OptiStruct.

Inputs

mark_id
The ID of the mark containing the properties. Valid values are 1 and 2.

Examples

To copy beam section values to all 1D properties to which the beam section is attached:

*createmark props 1 all
*syncpropertybeamsectionvalues 1

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