Click or drag to resize
SoMaterialtransparency Property

Transparency value(s) of the surface.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFFloat transparency { get; }

Property Value

Type: SoMFFloat
Remarks

Values can range from 0.0 for opaque surfaces to 1.0 for completely transparent surfaces. Default is 0 (opaque).

Transparency is the inverse of "opacity" or "alpha" value.

See Also