*midsurface_remove_display_plate_sides
Deletes the two components that contain copies of the model surfaces belonging to two sides of a given plate.
Syntax
*midsurface_remove_display_plate_sides plate_number reserved1 reserved2
Type
HyperMesh Tcl Modify Command
Description
Deletes the 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 deleted.
 - reserved1
 - Reserved for future use. Must be set to 0.
 - reserved2
 - Reserved for future use. Must be set to 0.
 
Example
To delete the plate information for the plate with plate number 127:
*midsurface_remove_display_plate_sides 127 0 0
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
13.0