Click or drag to resize

ComponentVisionTest Class

Describes details on a vision test of a component
Inheritance Hierarchy
SystemObject
  CFX.StructuresComponentVisionTest

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class ComponentVisionTest

The ComponentVisionTest type exposes the following members.

Constructors
 NameDescription
Public methodComponentVisionTest Constructor
Top
Properties
 NameDescription
Public propertyExpectedValue Vision expected value
Public propertyInformationId If of the measured information
Public propertyMeasuredValue Vision measured value
Public propertyResult Result of the vision test (true if OK)
Public propertyToleranceMax Maximum vision measure tolerance
Public propertyToleranceMin Minimum vision measure tolerance
Public propertyUnit Unit used for the Expected value, the Mesasured value, and the Tolerances
Top
See Also