*setmarktopologydisplay

Sets the topology visualization style for the marked geometric entities.

Syntax

*setmarktopologydisplay entity_type mark_id vis_flag

Type

HyperMesh Tcl Modify Command

Description

This command sets the topology visualization style for the marked geometric entities.

Inputs

entity_type
The type of entity to modify. Currently, only comps are supported.
mark_id
The ID of the mark containing the entities of entity_type. Valid values are 1 and 2.
vis_flag
  • 0 - Wireframe geometry
  • 1 - Shaded geometry and surface edges
  • 2 - Shaded geometry no surface edges
  • 3 - Geometry with surface lines

Example

To set the visualization for the displayed components to shaded with surface edges:

*createmark comps 1 "displayed"
*setmarktopologydisplay comps 1 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

9.0