Interface INCT_CLData_CutTo5d
CAM system interface, which allows you to add custom comments to CLData.
Namespace: STNCInterpreter
Assembly: STNCInterpreter.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("21C5D897-C61D-4A7A-BC15-76C8953A74EA")]
public interface INCT_CLData_CutTo5d
Methods
CutTo5d(TNC3DPoint, TNC3DPoint)
Configures movement along normal vectors using the provided points P (coordinates X, Y, Z) and N (normal vector components). Both are 3D points with real number components, where N components range from -1 to 1.
Declaration
void CutTo5d(TNC3DPoint P, TNC3DPoint N)
Parameters
Type | Name | Description |
---|---|---|
TNC3DPoint | P | |
TNC3DPoint | N |