Enum DisplayRefType
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
[Flags] public enum DisplayRefType
Fields
| Name | 描述 |
|---|---|
| 所有 | Display all reference frames |
| DEFAULT | Set the default behavior |
| NONE | No axis to display |
| PXY | Display the plane translation along XY plane |
| PXZ | Display the plane translation along XZ plane |
| PYZ | Display the plane translation along YZ plane |
| RX | Display the rotation X axis |
| RY | 显示Y轴旋转 |
| RZ | Display the rotation Z axis |
| TX | Display the translation X axis |
| TXY_RZ | Display the translation/rotation along the XY plane (holds Z axis the same) |
| 泰 | Display the translation Y axis |
| TZ | Display the translation Z axis |