*Add3DSymbolStyle()
Loads any finite element model that can be displayed in HyperView and uses it as a 3D symbol.
Syntax
*Add3DSymbolStyle (name, path, component_id, decimate)
Application
HyperGraph 3D
Inputs
- name
 - The name of the symbol.
 - path
 - The path to the finite element model defining the symbol.
 - component_id
 - The ID of the component to load (or -1).
 - decimate
 - Whether to decimate the symbol model (true/false).
 
Context
*BeginPlot3DDefaults()
Example
*Add3DSymbolStyle("bumper", "bumper/d3plot")
      Comments
Loads any finite element model that can be displayed in HyperView and uses it as a 3D symbol. It can optionally load only a single component (if component_id is not -1) or try to decimate the model for performance. Symbols can be displayed on lines and bar charts.