Click or drag to resize
SoMaterialElementGetTransparency Method (SoState, SoMaterialElementFaces, Int32)

get() methods get value from Inventor state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public static float GetTransparency(
	SoState state,
	SoMaterialElementFaces face,
	int index
)

Parameters

state
Type: OIV.Inventor.MiscSoState
face
Type: OIV.Inventor.ElementsSoMaterialElementFaces
index
Type: SystemInt32

Return Value

Type: Single
Remarks

The public methods are static, they get an instance of the element.

See Also