ProtoTwin API
    Preparing search index...

    Class PathMoveRobotInstruction

    Path move (MoveP) instruction.

    Instructs the robot to move linearly towards the start of the path and then along the path. The robot will try to translate the TCP at the se linear speed.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get curve(): null | Curve

      The path to follow.

      Returns null | Curve

    • set curve(value: null | Curve): void

      Parameters

      Returns void

    • get discretization(): number

      Returns number

    • set discretization(value: number): void

      Parameters

      • value: number

      Returns void

    • get length(): number

      Returns number

    • set length(value: number): void

      Parameters

      • value: number

      Returns void

    • get program(): null | RobotProgram

      The program to which the instruction has been assigned.

      Returns null | RobotProgram

      If the program is null then the instruction hasn't been added to a program.

    • set program(value: null | RobotProgram): void

      Parameters

      Returns void

    • get rotationOffset(): Quat

      Returns Quat

    • set rotationOffset(value: Quat): void

      Parameters

      Returns void

    • get start(): number

      Returns number

    • set start(value: number): void

      Parameters

      • value: number

      Returns void

    • get trajectory(): null | FramedCurve

      Returns null | FramedCurve

    Methods