sesaparcours
    Preparing search index...
    • adds the translation of vector with coordinates (x, y) syntaxes addTranslation(x, y) and addTranslation(x, y, rep) are allowed too

      Parameters

      • options: { rep?: string; x: string | number | CValDyn; y: string | number | CValDyn }
        • Optionalrep?: string

          frame (system of coordinates) or tag of the frame, mandatory only if the figure contains several frames

        • x: string | number | CValDyn

          x-coordinate of the translation vector

        • y: string | number | CValDyn

          y-coordinate of the translation vector

      Returns CTranslation