Click or drag to resize

DimensionalConstraints Class

Describes the maximum and mininum dimensions and weight that a production unit is permitted to be in order to be processed at a particular endpoint.
Inheritance Hierarchy
SystemObject
  CFX.StructuresDimensionalConstraints

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class DimensionalConstraints

The DimensionalConstraints type exposes the following members.

Constructors
 NameDescription
Public methodDimensionalConstraints 
Top
Properties
 NameDescription
Public propertyMaximumHeight The maximum height (Z dimension) that a unit may be to be processed by this endpoint. Expressed in mm.
Public propertyMaximumLength The maximum dimension that a unit may be in the X axis, that is in the direction of flow of the conveyor. Expressed in mm.
Public propertyMaximumThickness The maximum thickness that a unit may be to be processed by this endpoint. Expressed in mm.
Public propertyMaximumWeight The maximum weight that a unit may be to be processed by this endpoint. Expressed in grams.
Public propertyMaximumWidth The maximum dimension that a unit may be in the Y axis, that is perpendicular to the direction of flow of the conveyor. Expressed in mm.
Public propertyMinimumHeight The minimum height (Z dimension) that a unit may be to be processed by this endpoint. Expressed in mm.
Public propertyMinimumLength The minimum dimension that a unit may be in the X axis, that is in the direction of flow of the conveyor. Expressed in mm.
Public propertyMinimumThickness The minimum thickness that a unit may be to be processed by this endpoint. Expressed in mm.
Public propertyMinimumWeight The minimum weight that a unit may be to be processed by this endpoint. Expressed in grams.
Public propertyMinimumWidth The minimum dimension that a unit may be in the Y axis, that is perpendicular to the direction of flow of the conveyor. Expressed in mm.
Top
See Also