*midsurface_display_plate_sides

Creates two components that contain copies of the model surfaces belonging to two sides of a given plate.

Syntax

*midsurface_display_plate_sides plate_number reserved1 reserved2

Type

HyperMesh Tcl Modify Command

Description

Creates two components that contain copies of the model surfaces belonging to two sides of a given plate.

Inputs

plate_number
Specifies the plate number for which the plate side information is to be created.
reserved1
Reserved for future use. Must be set to 0.
reserved2
Reserved for future use. Must be set to 0.

Example

To show the plate information for the plate with plate number 127:

*midsurface_display_plate_sides 127 0 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

13.0