Click or drag to resize

ToolUsed Class

A data structure representing an occurrence where a Tool is utilized when processing a specific production unit
Inheritance Hierarchy
SystemObject
  CFX.StructuresToolUsed

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

The ToolUsed type exposes the following members.

Constructors
 NameDescription
Public methodToolUsed Default constructor
Top
Properties
 NameDescription
Public propertyInstalledComponents If components were installed during the operation, this property provides a detailed listing of the components that were installed.
Public propertyTool A structure representing the Tool that was utilized
Public propertyUnitIdentifier Unique ID of Production Unit, Panel, or Carrier
Public propertyUnitPositionNumber Logical reference of production unit as defined by CFX position rule (see CFX standard section 5.6).
Public propertyUsageCycles Indicates the number of cycles or times that the Tool was used on the production unit
Top
See Also