Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void GetMatrix(
SoGetMatrixAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub GetMatrix (
action As SoGetMatrixAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void GetMatrix(
SoGetMatrixAction^ action
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GetMatrix :
action : SoGetMatrixAction -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GetMatrix :
action : SoGetMatrixAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoGetMatrixAction
Remarks See Also