Search Results for

    Show / Hide Table of Contents

    Interface IParts

    Gives access to Cam parts.

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

    Methods

    GetParameters(ElementId)

    Gets the parameters of the given Cam part.

    Declaration
    List<ParameterId> GetParameters(ElementId inElementId)
    Parameters
    Type Name Description
    ElementId inElementId

    Identifier of the Cam part to analyze.

    Returns
    Type Description
    List<ParameterId>

    Cam part parameters found.

    IsPart(ElementId)

    Tells whether an element is a Cam part.

    Declaration
    bool IsPart(ElementId inElementId)
    Parameters
    Type Name Description
    ElementId inElementId

    Identifier of the element to analyze.

    Returns
    Type Description
    Boolean

    True if the element is a Cam part.

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

    Copyright ©2024 TopSolid - All rights reserved.