Method GenerateNCCodesForSelectionWithOptions
GenerateNCCodesForSelectionWithOptions(DocumentId, string, List<KeyValue>, List<ElementExId>, out List<string>)
Get the NC codes from the given CAM operations of given CAM document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 400, 240)]
List<string> GenerateNCCodesForSelectionWithOptions(DocumentId inCAMDocumentId, string inNCPostProcessorId, List<KeyValue> inOptions, List<ElementExId> inCamOperations, 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<ElementExId> | inCamOperations | Cam operations to consider |
| 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. |