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

    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.

    System.String inNCPostProcessorId

    Identifier of the post-processor or string.empty for use post-processor selected in CAM document.

    System.Collections.Generic.List<KeyValue> inOptions

    Post-processor options to use.

    System.Collections.Generic.List<System.String> outLog

    List of string describing the result.

    Returns
    Type Description
    System.Collections.Generic.List<System.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
    System.String

    Identifier post-processor.

    In This Article
    • Mentions légales
    • C.G.U
    • Données personnelles

    Copyright © 2024 TopSolid Tous droits réservés