SoMaterialElementSetTransparency Method (SoState, SoNode, Single) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax[ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the setTransparency() method that takes a Face parameter instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetTransparency(
SoState state,
SoNode node,
float[] transp
)
<ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the setTransparency() method that takes a Face parameter instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetTransparency (
state As SoState,
node As SoNode,
transp As Single()
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 2025.1. Use the setTransparency() method that takes a Face parameter instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetTransparency(
SoState^ state,
SoNode^ node,
array<float>^ transp
)
[<ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the setTransparency() method that takes a Face parameter instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
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 Caution |
---|
Obsolete since Open Inventor 2025.1. Use the OIV.Inventor.Elements.SoMaterialElement.SetTransparency(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoMaterialElement.Faces, OIV.Inventor.Nodes.SoNode, System.Single[]) method that takes a Face parameter instead. |
See Also