SoAppearancePreserverSetSceneGraphs Method |
Specifies the original scene graph and the simplified scene graph.
Namespace: OIV.FXViz.APSAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetSceneGraphs(
SoNode original,
SoNode simplified
)
Public Sub SetSceneGraphs (
original As SoNode,
simplified As SoNode
)
public:
void SetSceneGraphs(
SoNode^ original,
SoNode^ simplified
)
member SetSceneGraphs :
original : SoNode *
simplified : SoNode -> unit
Parameters
- original
- Type: OIV.Inventor.NodesSoNode
- simplified
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also