*RenderOptions()
Sets system level display settings for FEA files.
Syntax
*RenderOptions (BoundaryMeshMode, ClipTransparency, LineThickness, NumberOfTracingSteps, "EdgesOn", "FeaturesOn", "MeshLinesOn", "TransparencyOn")
Application
HyperView
Inputs
- BoundaryMeshMode
 - Display setting of outline mode for iso surfaces and section cuts. Valid options: NONE and FEATURES.
 - ClipTransparency
 - Display setting of clipped geometry in section cuts. Valid options: ClipTransparencyOn and ClipTransparencyOff
 - LineThickness
 - Section cut and iso value line geometry thickness. Valid integer values are 1 – 5.
 - NumberOfTracingSteps
 - Sets the number of steps to be used on the Tracing panel when using the "Trace first steps" or "Last Steps" options. Valid integer values are 1 – 26.
 - EdgesOn
 - Displays setting of edges for the model using the keyboard shortcut key ("E").
 - FeaturesOn
 - Displays setting of feature lines for the model using the keyboard shortcut key ("L").
 - MeshLinesOn
 - Displays setting of mesh lines for the model using the keyboard shortcut key ("M").
 - TransparencyOn
 - Displays setting of transparency for the model containing a section cut or iso value geometry using the keyboard shortcut key ("T").
 
Example
*RenderOptions(FeaturesOn, ClipTransparencyOff, 1, 5)
      Comments
When using an MBD file, please see the *BeginSectionCut() command.