Click or drag to resize
AB4D logo

MultiMaterialBoxVisual3DIsTwoSidedMaterial Property

Gets or sets the Boolean that specifies if the material is set to both sides of each Model3D that define the box. This means that BackMaterial for each side is set to the same value as Material. Default value is false.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsTwoSidedMaterial { get; set; }

Property Value

Boolean
See Also