SoDataSetElementSet Method (SoState, SoNode, SoDataSet, SbMatrix) |
Namespace: OIV.LDM.ElementsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode node,
SoDataSet datasetNode,
SbMatrix matrix
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
datasetNode As SoDataSet,
matrix As SbMatrix
)
public:
static void Set(
SoState^ state,
SoNode^ node,
SoDataSet^ datasetNode,
SbMatrix matrix
)
static member Set :
state : SoState *
node : SoNode *
datasetNode : SoDataSet *
matrix : SbMatrix -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- datasetNode
- Type: OIV.LDM.NodesSoDataSet
- matrix
- Type: OIV.InventorSbMatrix
Remarks See Also