SoToU3DActionInvokePostCallbacks Method |
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void InvokePostCallbacks(
SoNode node
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub InvokePostCallbacks (
node As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void InvokePostCallbacks(
SoNode^ node
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract InvokePostCallbacks :
node : SoNode -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override InvokePostCallbacks :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also