Interface ICamApiMakeCncSppxSettings
Settings for generating NC program by sppx postprocessor
Namespace: CAMAPI.NCMaker
Assembly: CAMAPI.NCMaker.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("5D1EA41A-0B6E-4BE3-BA5D-1352B8D0DF52")]
public interface ICamApiMakeCncSppxSettings : ICamApiMakeCncSettings
Properties
NcFileName
Name of result file
Declaration
string NcFileName { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputFolder
Folder with result file
Declaration
string OutputFolder { get; set; }
Property Value
Type | Description |
---|---|
string |