SoLazyElementSetTransparency 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,
SoColorPacker cPacker
)
Public Shared Sub SetTransparency (
state As SoState,
node As SoNode,
transp As Single(),
cPacker As SoColorPacker
)
public:
static void SetTransparency(
SoState^ state,
SoNode^ node,
array<float>^ transp,
SoColorPacker^ cPacker
)
static member SetTransparency :
state : SoState *
node : SoNode *
transp : float32[] *
cPacker : SoColorPacker -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- transp
- Type: SystemSingle
- cPacker
- Type: OIV.Inventor.MiscSoColorPacker
Remarks See Also