SoTextureCoordinateElementSetFunction Method (SoState, SoNode, SoTextureCoordinateElementFunctionCB) |
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,
SoTextureCoordinateElementFunctionCB func
)
Public Shared Sub SetFunction (
state As SoState,
node As SoNode,
func As SoTextureCoordinateElementFunctionCB
)
public:
static void SetFunction(
SoState^ state,
SoNode^ node,
SoTextureCoordinateElementFunctionCB^ func
)
static member SetFunction :
state : SoState *
node : SoNode *
func : SoTextureCoordinateElementFunctionCB -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- func
- Type: OIV.Inventor.ElementsSoTextureCoordinateElementFunctionCB
Remarks See Also