SoMaterialElementSetTransparency Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetTransparency(
SoState state,
SoNode node,
float[] transp
)
Public Shared Sub SetTransparency (
state As SoState,
node As SoNode,
transp As Single()
)
public:
static void SetTransparency(
SoState^ state,
SoNode^ node,
array<float>^ transp
)
static member SetTransparency :
state : SoState *
node : SoNode *
transp : float32[] -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- transp
- Type: SystemSingle
Remarks See Also