Click or drag to resize
SoMaterialElementGetTransparency Method

get() methods get value from Inventor state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static float GetTransparency(
	SoState name_15591,
	int index
)

Parameters

name_15591
Type: OIV.Inventor.MiscSoState
index
Type: SystemInt32

Return Value

Type: Single
Remarks

The public methods are static, they get an instance of the element. If there is a cache, the appropriate virtual registerGetDependence is called.

See Also