Search Results for

    Show / Hide Table of Contents

    Interface ISimulation

    Gives access to simulation screen.

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

    Methods

    Close()

    Closes the simulation.

    Declaration
    void Close()

    GetAnimationSpeed()

    Gets the animation speed.

    Declaration
    int GetAnimationSpeed()
    Returns
    Type Description
    Int32

    The animation speed defined on [0;100].

    IsSimulationComplete()

    Tells wether the simulation is complete.

    Declaration
    bool IsSimulationComplete()
    Returns
    Type Description
    Boolean

    True if the simulation is complete.

    Open(ElementId)

    Simulate only the given operation.

    Declaration
    void Open(ElementId inElementId)
    Parameters
    Type Name Description
    ElementId inElementId

    Identifier of the operation to verify.

    SetAnimationSpeed(Int32)

    Sets the animation speed.

    Declaration
    void SetAnimationSpeed(int inAnimationSpeed)
    Parameters
    Type Name Description
    Int32 inAnimationSpeed

    Animation speed defined on [0;100].

    StartAnimation()

    Run the animation on operations.

    Declaration
    void StartAnimation()
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.