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