*midsurface_display_plates
Creates components that show the plate information present in the model.
Syntax
*midsurface_display_plates use_base_surfaces plate_type
Type
HyperMesh Tcl Modify Command
Description
- All surfaces of the currently active components (i.e., with geometry display turned on).
- All surfaces of non-active components (i.e. with geometry display turned off) that possess an active (i.e. geometry display turned on) middle surface.
Inputs
- use_base_surfaces
- This specifies whether the user-defined base surfaces will be taken into account when displaying the plate information. Valid values are:
- plate_type
- Specifies which plate information to display. Valid values are:
Example
To show the plate information on all currently displayed components, without taking base surface information into account:
*midsurface_display_plates 0 0
To show the plate information about only sweep plates from all currently displayed components, taking base surface information into account:
*midsurface_display_plates 1 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0