Click or drag to resize
SoCallbackActionGetMaterial Method (SbColor, SbColor, SbColor, SbColor, Single, Single)
Calls GetMaterial(ambient, diffuse, specular, emission, shininess, transparency, System.Int32(0)).

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetMaterial(
	out SbColor ambient,
	out SbColor diffuse,
	out SbColor specular,
	out SbColor emission,
	out float shininess,
	out float transparency
)

Parameters

ambient
Type: OIV.InventorSbColor
diffuse
Type: OIV.InventorSbColor
specular
Type: OIV.InventorSbColor
emission
Type: OIV.InventorSbColor
shininess
Type: SystemSingle
transparency
Type: SystemSingle
Remarks