Interface INCT_AddOriginByShiftAndRotate
CAM system interface, which allows you to add custom comments to CLData
Namespace: STNCInterpreter
Assembly: STNCInterpreter.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("064C0563-EEC8-45F2-A3F1-D5BB0820BEC0")]
public interface INCT_AddOriginByShiftAndRotateMethods
AddOriginByShiftAndRotate(TNC3DPoint, double, double, double, TNCEulerAnglesConvention, bool, bool, TNCSPositioningMode, TNCAddOriginFlipMode)
Declaration
void AddOriginByShiftAndRotate(TNC3DPoint Shift, double Ang1, double Ang2, double Ang3, TNCEulerAnglesConvention Convention, bool RotationsAroundMovableAxes, bool AnglesInDegrees, TNCSPositioningMode PositioningMode, TNCAddOriginFlipMode FlipMode)Parameters
| Type | Name | Description | 
|---|---|---|
| TNC3DPoint | Shift | |
| double | Ang1 | |
| double | Ang2 | |
| double | Ang3 | |
| TNCEulerAnglesConvention | Convention | |
| bool | RotationsAroundMovableAxes | |
| bool | AnglesInDegrees | |
| TNCSPositioningMode | PositioningMode | |
| TNCAddOriginFlipMode | FlipMode |