*PartDisplayMode() - HyperView Model's Part Attribute Display Mode
Specifies the global mesh mode and polygon mode settings for the model itself.
Syntax
*PartDisplayMode(meshmode, polygonmode)
Application
HyperView
Inputs
- meshmode
- The mesh mode of parts.
- polygonmode
- The polygon mode of parts.
Example
*PartDisplayMode(meshlines, transparent)
Context
*BeginModel()
Comments
This is a global model setting and when it is set it propagates to all parts. Individual
parts can override this setting.
- “meshmode” can have the following values: features/edges/meshlines/none/undefined.
- “polygonmode” can have the following values: wireframe, opaque, transparent/undefined.