Click or drag to resize
SoMaterialBindingface Property

Applies materials to different faces of an object.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SoSFEnum<SoMaterialBindingFaces> face { get; }

Property Value

Type: SoSFEnumSoMaterialBindingFaces
Remarks

This enum specifies whether to apply the material to the front faces, the back faces, or both. It is particularly useful for applying different materials to each side of a non-closed surface, allowing for distinct appearances on either side.

For closed surfaces, the use of FRONT_AND_BACK is generally sufficient, except where a OIV.Inventor.Nodes.SoClipPlane is used. This ensures that the material is applied to both the front and back faces, providing a consistent appearance.

Notes:

See Also