Click or drag to resize
SoPhysicalMaterialmetallic Property

Metallic coefficient of the surface.

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

Property Value

Type: SoSFFloat
Remarks

Values can range from 0.0 to 1.0. Default is 0.

This parameter controls the metallic appearance of a surface. Most of the time for pure metallic surfaces the parameter should be 1, and 0 for other surfaces. For hybrid surfaces (e.g. corroded metals) or for styling reasons, you can choose a value between 0 and 1.

See Also