Base
Dimension - EvaluateDouble
Measure a double value
IN
| Name | Type | Description |
|---|---|---|
| InValue | Double | The value to measure. |
| InOffset | Double | Add offset to measured value. |
| InTolerance | DimensionTolerance | Defines the tolerance for current dimension tool |
| InTag | String | Defines a custom tag for current dimension tool |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutDimension | Double | The measured result. |
| OutIsOk | Bool | Gets if the current dimension is ok, i.e. the dimension is in tolerance |
| Error | ErrorState | Gets the execution error message |
Dimension - EvaluateFloat
Measure a float value
IN
| Name | Type | Description |
|---|---|---|
| InValue | Float | The value to measure. |
| InOffset | Float | Add offset to measured value. |
| InTolerance | DimensionTolerance | Defines the tolerance for current dimension tool |
| InTag | String | Defines a custom tag for current dimension tool |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutDimension | Float | The measured result. |
| OutIsOk | Bool | Gets if the current dimension is ok, i.e. the dimension is in tolerance |
| Error | ErrorState | Gets the execution error message |
Dimension - EvaluateInt
Measure a int value
IN
| Name | Type | Description |
|---|---|---|
| InValue | Int | The value to measure. |
| InOffset | Int | Add offset to measured value. |
| InTolerance | DimensionTolerance | Defines the tolerance for current dimension tool |
| InTag | String | Defines a custom tag for current dimension tool |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutDimension | Int | The measured result. |
| OutIsOk | Bool | Gets if the current dimension is ok, i.e. the dimension is in tolerance |
| Error | ErrorState | Gets the execution error message |