ProtoTwin API
    Preparing search index...

    Enumeration RobotSpeedFlags

    Robot motion flags.

    Specifies which motion parameters should be applied.

    Index

    Enumeration Members

    AngularAcceleration: 8

    The angular acceleration parameter should be applied.

    AngularSpeed: 4

    The angular speed parameter should be applied.

    JointAcceleration: 32

    The joint acceleration multiple parameter should be applied.

    JointSpeed: 16

    The joint speed multiple parameter should be applied.

    LinearAcceleration: 2

    The linear acceleration parameter should be applied.

    LinearSpeed: 1

    The linear speed parameter should be applied.

    None: 0

    No motion parameters should be applied.