SoToHTMLActionApply Method (SoNode) |
Generate HTML output for the specified root node.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public override void Apply(
SoNode scene
)
Public Overrides Sub Apply (
scene As SoNode
)
public:
virtual void Apply(
SoNode^ scene
) override
abstract Apply :
scene : SoNode -> unit
override Apply :
scene : SoNode -> unit
Parameters
- scene
- Type: OIV.Inventor.NodesSoNode
Remarks See Also