Click or drag to resize

BinProperties Class

Properties of an individual bin/slot within a bay on a shelf. Loads within bins can be positioned in all three dimensions.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsBinProperties

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class BinProperties

The BinProperties type exposes the following members.

Constructors
  NameDescription
Public methodBinProperties
Initializes a new instance of the BinProperties class
Top
Properties
  NameDescription
Public propertyCapacity
Public propertyLoadsDeep
Public propertyLoadsHigh
Public propertyLoadsWide
Public propertyWidth
The explicit width of the bin, if 0 then BayWidth/NumBins.
Top
See Also