SoTransferFunctionElementSet Method |
Sets/Gets the current volume data attributes in the state.
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,
SoTransferFunction m_transferFunctionNode
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
m_transferFunctionNode As SoTransferFunction
)
public:
static void Set(
SoState^ state,
SoNode^ node,
SoTransferFunction^ m_transferFunctionNode
)
static member Set :
state : SoState *
node : SoNode *
m_transferFunctionNode : SoTransferFunction -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- m_transferFunctionNode
- Type: OIV.LDM.NodesSoTransferFunction
Remarks See Also