Click or drag to resize

Head Class

Represents a generic head on an automated endpoint. This is the base class of a dynamic structure, permitting for specialized heads derived from this class. Examples of heads are SMT placement heads used in the placement of electronic components on PCB's, or a dispensing head, used in the dispensing of fluids or glues.
Inheritance Hierarchy
SystemObject
  CFX.StructuresHead

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

The Head type exposes the following members.

Constructors
 NameDescription
Public methodHead Default Constructor
Top
Properties
 NameDescription
Public propertyHeadId A unique identifier describing this particular head instance. Typically, this identifier is barcoded or otherwise labeled on the head.
Public propertyHeadName A friendly name for this head
Public propertyHeadSequence Sequence of this head in the machine
Top
See Also