SoShapeStyleElementSetTextureFunction Method (SoState, Boolean, Int32) |
API used by other elements.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetTextureFunction(
SoState state,
bool value,
int unit
)
Public Shared Sub SetTextureFunction (
state As SoState,
value As Boolean,
unit As Integer
)
public:
static void SetTextureFunction(
SoState^ state,
bool value,
int unit
)
static member SetTextureFunction :
state : SoState *
value : bool *
unit : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- value
- Type: SystemBoolean
- unit
- Type: SystemInt32
Remarks See Also