Axis
Definition: axis along or around which the Component moves relative to a coordinate system.
Version Info
| Introduced | Deprecated | Updated |
|---|
| 1.7 | | |
Properties
| Name | Type | Int | Dep | Multiplicity | Description | value | float | 1.7 | | 3 | unit vector defining the axis of motion. |
Relations
| Name | Type | Int | Dep | Multiplicity | Description | isAxisOf | Motion | 1.7 | | 0..1 | |
Constraints
| Error Message | OCL Expression | | The value MUST be a unit vector. | value->iterate(e:Real;sum:Real=0|sum+e*e) >= 0.9 and value->iterate(e:Real;sum:Real=0|sum+e*e) <= 1.1
|