Interface ICamApiNCMakerCLDataInfo
Object contains information about the CLData generated based on the exact CAM operation list
Namespace: CAMAPI.NCMaker
Assembly: CAMAPI.NCMaker.dll
Syntax
[Guid("9620FC4F-DAAB-4019-BEB0-BD4D2540A6C7")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiNCMakerCLDataInfo
Properties
CLDFileName
CLData file for postprocessing
Declaration
string CLDFileName { get; }
Property Value
| Type | Description |
|---|---|
| string |
OperationsList
List of CAM operations used to generate CLData
Declaration
ICamApiNCMakerOperationsList OperationsList { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiNCMakerOperationsList |