Enum ParameterType
Defines the various types of parameters attached to a Cam operation.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public enum ParameterType
  Fields
| Name | Description | 
|---|---|
| AxisPosition | Axis position.  | 
      
| Boolean | Boolean.  | 
      
| Bound | A bound is a way to compute a coordinate, instead of simply give an absolute value. Inside a bound, there is a BoundType, and, according to this type, a real value, a point reference or nothing.  | 
      
| Element | Reference to an element.  | 
      
| FeedRate | A feedrate is a way to compute a feed, instead of simply absolute value. Inside a feedrate, there is a FeedRate, and, according to this type, a real value or nothing.  | 
      
| Geometry | Geometry.  | 
      
| Integer | integer.  | 
      
| Real | Real.  | 
      
| SpindleRate | A spindle rate is a way to compute an angular velocity, instead of simply absolute value. Inside a spindle rate, there is a SpindleRate, and, according to this type, a real value or nothing.  | 
      
| Text | Text.  | 
      
| Tool | Tool.  | 
      
| Unclassified | Unclassified type.  | 
      
| Untyped | Untyped parameter.  |