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) |
|
Arguments |
Name |
Description |
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). |
|
Example |
*Add3DSymbolStyle("bumper", "bumper/d3plot") |
|
Application |
HyperGraph 3D |
|
Context |
*BeginPlot3DDefaults() |
|
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 |
|
See also |
|
|