Method GenerateNCCodesWithOptions
GenerateNCCodesWithOptions(DocumentId, string, List<KeyValue>, out List<string>)
Get the NC codes from the given CAM document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 300, 180)]
List<string> GenerateNCCodesWithOptions(DocumentId inCAMDocumentId, string inNCPostProcessorId, List<KeyValue> inOptions, out List<string> outLog)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inCAMDocumentId | Identifier of the CAM document. |
| string | inNCPostProcessorId | Identifier of the post-processor or string.empty for use post-processor selected in CAM document. |
| List<KeyValue> | inOptions | Post-processor options to use. |
| List<string> | outLog | List of string describing the result. |
Returns
| Type | Description |
|---|---|
| List<string> | List of fullname files of NC Codes post-processing CAM document. |