Interface INCPostProcessor
Obtain the NC codes of a CAM document.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 12, 300, 180)]
public interface INCPostProcessor
Methods
| Name | Description |
|---|---|
| GenerateNCCodesForSelectionWithOptions(DocumentId, string, List<KeyValue>, List<ElementExId>, out List<string>) | Get the NC codes from the given CAM operations of given CAM document. |
| GenerateNCCodesWithOptions(DocumentId, string, List<KeyValue>, out List<string>) | Get the NC codes from the given CAM document. |
| GetNCPostProcessorId(DocumentId) | Get a post-processor identifier in CAM document. |