Click or drag to resize
SoLineHighlightRenderActionApply Method (SoNode)

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public override void Apply(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
Remarks

This renders the passed scene graph, and also renders each selected object in wireframe, as specified by the first OIV.Inventor.Nodes.SoSelection node found in the scene graph.

See Also