Search Results for

    Show / Hide Table of Contents

    Interface INCPostProcessor

    Obtain the NC codes of a CAM document.

    Namespace: TopSolid.Cam.NC.Kernel.Automating
    Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
    Syntax
    public interface INCPostProcessor

    Methods

    GenerateNCCodesForSelectionWithOptions(DocumentId, String, List<KeyValue>, List<ElementExId>, out List<String>)

    Get the NC codes from the given CAM operations of given CAM document.

    Declaration
    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.

    GenerateNCCodesWithOptions(DocumentId, String, List<KeyValue>, out List<String>)

    Get the NC codes from the given CAM document.

    Declaration
    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.

    GetNCPostProcessorId(DocumentId)

    Get a post-processor identifier in CAM document.

    Declaration
    string GetNCPostProcessorId(DocumentId inCAMDocumentId)
    Parameters
    Type Name Description
    DocumentId inCAMDocumentId

    Identifier of the CAM document.

    Returns
    Type Description
    String

    Identifier post-processor.

    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.