Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. Terminology for copying sketch and rotating
Forum Updated to NodeBB v4.3 + New Features

Terminology for copying sketch and rotating

Scheduled Pinned Locked Moved Solved The Lounge
11 Posts 4 Posters 1.2k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SPlattenS SPlatten

    This post is deleted!

    kshegunovK Offline
    kshegunovK Offline
    kshegunov
    Moderators
    wrote on last edited by kshegunov
    #2

    @SPlatten said in Terminology for copying sketch and rotating:

    What is the name of the tool or function that I can use to generate an automatic number of rotated sketches at specific angles around a path?

    Explain what you mean. I imagine you're looking for QTransform, but I don't truly understand the question (I'm a bit on the slow side).

    Read and abide by the Qt Code of Conduct

    SPlattenS mzimmersM 2 Replies Last reply
    0
    • kshegunovK kshegunov

      @SPlatten said in Terminology for copying sketch and rotating:

      What is the name of the tool or function that I can use to generate an automatic number of rotated sketches at specific angles around a path?

      Explain what you mean. I imagine you're looking for QTransform, but I don't truly understand the question (I'm a bit on the slow side).

      SPlattenS Offline
      SPlattenS Offline
      SPlatten
      wrote on last edited by
      #3

      @kshegunov , what I meant was how do I convert the sketch in the image in my post so that it is replicated at intervals around the circle. So the end result is N number of sketches around the circle at a specified angle and interval.

      Kind Regards,
      Sy

      kshegunovK 1 Reply Last reply
      0
      • SPlattenS SPlatten

        @kshegunov , what I meant was how do I convert the sketch in the image in my post so that it is replicated at intervals around the circle. So the end result is N number of sketches around the circle at a specified angle and interval.

        kshegunovK Offline
        kshegunovK Offline
        kshegunov
        Moderators
        wrote on last edited by kshegunov
        #4

        @SPlatten said in Terminology for copying sketch and rotating:

        sketch in the image

        Do you mean the square thing?

        @SPlatten said in Terminology for copying sketch and rotating:

        so that it is replicated at intervals around the circle

        The equation of a circle is:
        x^2 + y^2 = R^2 where in polar coordinates: x = R cos(alpha), y = R cos(alpha) if alpha is the angle. So it should be rather trivial to determine the positions I think.

        Read and abide by the Qt Code of Conduct

        SPlattenS 1 Reply Last reply
        1
        • kshegunovK kshegunov

          @SPlatten said in Terminology for copying sketch and rotating:

          sketch in the image

          Do you mean the square thing?

          @SPlatten said in Terminology for copying sketch and rotating:

          so that it is replicated at intervals around the circle

          The equation of a circle is:
          x^2 + y^2 = R^2 where in polar coordinates: x = R cos(alpha), y = R cos(alpha) if alpha is the angle. So it should be rather trivial to determine the positions I think.

          SPlattenS Offline
          SPlattenS Offline
          SPlatten
          wrote on last edited by
          #5

          @kshegunov , square thing? Where are you looking, in the image there is a circular solid block and on that there is a sketch of an arc which represents a shape I want to replicate around the circle.

          I'm asking if there is a tool in Fushion 360 that allows me to specify the angle, space and number of copies I want of the sketch.

          Kind Regards,
          Sy

          kshegunovK 1 Reply Last reply
          0
          • SPlattenS SPlatten

            @kshegunov , square thing? Where are you looking, in the image there is a circular solid block and on that there is a sketch of an arc which represents a shape I want to replicate around the circle.

            I'm asking if there is a tool in Fushion 360 that allows me to specify the angle, space and number of copies I want of the sketch.

            kshegunovK Offline
            kshegunovK Offline
            kshegunov
            Moderators
            wrote on last edited by
            #6

            @SPlatten said in Terminology for copying sketch and rotating:

            I'm asking if there is a tool in Fushion 360 that allows me to specify the angle, space and number of copies I want of the sketch.

            If this is some specialized software, why ask in a Qt forum?

            Read and abide by the Qt Code of Conduct

            SPlattenS 1 Reply Last reply
            3
            • kshegunovK kshegunov

              @SPlatten said in Terminology for copying sketch and rotating:

              I'm asking if there is a tool in Fushion 360 that allows me to specify the angle, space and number of copies I want of the sketch.

              If this is some specialized software, why ask in a Qt forum?

              SPlattenS Offline
              SPlattenS Offline
              SPlatten
              wrote on last edited by
              #7

              @kshegunov , OMG, sorry, wrong forum completely!

              Kind Regards,
              Sy

              J.HilkJ 1 Reply Last reply
              1
              • SPlattenS SPlatten

                @kshegunov , OMG, sorry, wrong forum completely!

                J.HilkJ Offline
                J.HilkJ Offline
                J.Hilk
                Moderators
                wrote on last edited by J.Hilk
                #8

                @SPlatten never the less, let me answer you,

                you're looking for pattern -> circular pattern

                e52cd4cf-711e-4f42-8994-b2661803e3d6-image.png

                also available when do sketches

                😉
                Moved it to the lounge section, fits better here, as its not Qt related 😜


                Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                Q: What's that?
                A: It's blue light.
                Q: What does it do?
                A: It turns blue.

                SPlattenS 1 Reply Last reply
                3
                • J.HilkJ J.Hilk

                  @SPlatten never the less, let me answer you,

                  you're looking for pattern -> circular pattern

                  e52cd4cf-711e-4f42-8994-b2661803e3d6-image.png

                  also available when do sketches

                  😉
                  Moved it to the lounge section, fits better here, as its not Qt related 😜

                  SPlattenS Offline
                  SPlattenS Offline
                  SPlatten
                  wrote on last edited by
                  #9

                  @J-Hilk , thank you, just got the same answer from the Autodesk Fushion 360 forum :)

                  Kind Regards,
                  Sy

                  1 Reply Last reply
                  1
                  • kshegunovK kshegunov

                    @SPlatten said in Terminology for copying sketch and rotating:

                    What is the name of the tool or function that I can use to generate an automatic number of rotated sketches at specific angles around a path?

                    Explain what you mean. I imagine you're looking for QTransform, but I don't truly understand the question (I'm a bit on the slow side).

                    mzimmersM Offline
                    mzimmersM Offline
                    mzimmers
                    wrote on last edited by
                    #10

                    @kshegunov said in Terminology for copying sketch and rotating:

                    (I'm a bit on the slow side).

                    Since when?

                    kshegunovK 1 Reply Last reply
                    0
                    • mzimmersM mzimmers

                      @kshegunov said in Terminology for copying sketch and rotating:

                      (I'm a bit on the slow side).

                      Since when?

                      kshegunovK Offline
                      kshegunovK Offline
                      kshegunov
                      Moderators
                      wrote on last edited by kshegunov
                      #11

                      @mzimmers said in Terminology for copying sketch and rotating:

                      Since when?

                      You may've not noticed, but I'm very sarcastic (also pretty vulgar). Usually I try to keep it in check around the forum, though. :)

                      Read and abide by the Qt Code of Conduct

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved