Interface ICamApiNCGenerationResults
Result data generated by NCMaker
Namespace: CAMAPI.NCMaker
Assembly: CAMAPI.NCMaker.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A92BD109-8D9D-42D0-9E4B-523E006C1F9C")]
public interface ICamApiNCGenerationResults
Properties
CLDataFileName
Path to CLData file used for NC generation
Declaration
string CLDataFileName { get; }
Property Value
| Type | Description |
|---|---|
| string |
CLDataInfo
List of operations info that were participated in NC generation included in CLData file.
Declaration
ICamApiNCMakerCLDataInfo CLDataInfo { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiNCMakerCLDataInfo |
GeneratedOK
True if generation finished successfully
Declaration
bool GeneratedOK { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Messages
List of the messages
Declaration
IListString Messages { get; }
Property Value
| Type | Description |
|---|---|
| IListString |
NCFileNames
List of the nc file names
Declaration
IListString NCFileNames { get; }
Property Value
| Type | Description |
|---|---|
| IListString |
PostProcessorFilePath
Postprocessor file path
Declaration
string PostProcessorFilePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Settings
Settings for generating NC program
Declaration
ICamApiMakeCncSettings Settings { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiMakeCncSettings |
TranslatedByDotNet
True if NC was generated by dotnet postprocessor, False if by sppx
Declaration
bool TranslatedByDotNet { get; }
Property Value
| Type | Description |
|---|---|
| bool |