Click or drag to resize
AB4D logo

MultiMaterialBoxVisual3D Properties

The MultiMaterialBoxVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyBackMaterial Gets or sets the Material of the back side of the box.
Public propertyBackSideModel Gets the GeometryModel3D for the back side of the box.
Public propertyBottomMaterial Gets or sets the Material of the bottom side of the box.
Public propertyBottomSideModel Gets the GeometryModel3D for the bottom side of the box.
Public propertyCenterPosition Gets or sets the box center position
Public propertyCode exampleFallbackMaterial Gets or sets the Material that is used when the material for the specified side is not set.
Public propertyFrontMaterial Gets or sets the Material of the front side of the box.
Public propertyFrontSideModel Gets the GeometryModel3D for the front side of the box.
Public propertyIsTwoSidedMaterial 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.
Public propertyLeftMaterial Gets or sets the Material of the left side of the box.
Public propertyLeftSideModel Gets the GeometryModel3D for the left side of the box.
Public propertyModel Gets the Model3D of this Visual3D
Public propertyRightMaterial Gets or sets the Material of the right side of the box.
Public propertyRightSideModel Gets the GeometryModel3D for the right side of the box.
Public propertySize Gets or sets the size of the box
Public propertyTopMaterial Gets or sets the Material of the top side of the box.
Public propertyTopSideModel Gets the GeometryModel3D for the top side of the box.
Public propertyXCellsCount Gets or sets the number of cells in X direction
Public propertyYCellsCount Gets or sets the number of cells in Y direction
Public propertyZCellsCount Gets or sets the number of cells in Z direction
Top
See Also