SoTextureCoordinate3ElementSetFunction Method (SoState, SoNode, SoTextureCoordinate3ElementFunctionCB) |
Calls SetFunction(state, node, func, false).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetFunction(
SoState state,
SoNode node,
SoTextureCoordinate3ElementFunctionCB func
)
Public Shared Sub SetFunction (
state As SoState,
node As SoNode,
func As SoTextureCoordinate3ElementFunctionCB
)
public:
static void SetFunction(
SoState^ state,
SoNode^ node,
SoTextureCoordinate3ElementFunctionCB^ func
)
static member SetFunction :
state : SoState *
node : SoNode *
func : SoTextureCoordinate3ElementFunctionCB -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- func
- Type: OIV.Inventor.ElementsSoTextureCoordinate3ElementFunctionCB
Remarks See Also