SoTextureCoordinateElementSetFunction Method (SoState, SoNode, SoTextureCoordinateElementFunctionCB, Boolean) |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetFunction(
SoState state,
SoNode node,
SoTextureCoordinateElementFunctionCB func,
bool frcSend
)
Public Shared Sub SetFunction (
state As SoState,
node As SoNode,
func As SoTextureCoordinateElementFunctionCB,
frcSend As Boolean
)
public:
static void SetFunction(
SoState^ state,
SoNode^ node,
SoTextureCoordinateElementFunctionCB^ func,
bool frcSend
)
static member SetFunction :
state : SoState *
node : SoNode *
func : SoTextureCoordinateElementFunctionCB *
frcSend : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- func
- Type: OIV.Inventor.ElementsSoTextureCoordinateElementFunctionCB
- frcSend
- Type: SystemBoolean
Remarks See Also