Interface INCT_AddOriginByShiftAndRotate
CAM system interface, which allows you to add custom comments to CLData.
Namespace: STNCInterpreter
Assembly: STNCInterpreter.dll
Syntax
[Guid("064C0563-EEC8-45F2-A3F1-D5BB0820BEC0")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_AddOriginByShiftAndRotate
Methods
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 |