sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Center point of a circle

    Scheduled Pinned Locked Moved Newbie Forum
    sketchup
    36 Posts 18 Posters 3.1k Views 18 Watching
    Loading More Posts
    • 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.
    • S Offline
      sorgesu
      last edited by

      Doh. I missed the bit about highlighting just the circumferenece. I have it now. Thanks. But generally I think it is faster to use the 'remind" inference. Only when I need to keep the centerpoint for some other use later, would I need the construction point.

      Susan Sorger
      Former Seller Hand Rendered Entourage
      Former Canadian Authorized Training Centre, SketchUp

      1 Reply Last reply Reply Quote 0
      • D Offline
        dammerel
        last edited by

        thank Gaieus for the answer
        Andrew

        1 Reply Last reply Reply Quote 0
        • J Offline
          Jim
          last edited by

          Just a thought... it's should be possible to make a ruby to always add a centerpoint when drawing a circle.

          Hi

          1 Reply Last reply Reply Quote 0
          • H Offline
            humanticnc
            last edited by

            would be very useful

            1 Reply Last reply Reply Quote 0
            • R Offline
              ronski
              last edited by

              Hi, I have also had trouble finding circle centre.

              What Susan didn't tell us was, "to use the pencil tool on the segments".

              If you draw a circle then still using the pencil the Centre and segments highlight.

              1 Reply Last reply Reply Quote 0
              • ChiefwoodworkerC Offline
                Chiefwoodworker
                last edited by

                Susan is right. There is no "Point at center" on my SU 6 either. You guys must be drinking a Ruby drink.

                Joe....

                Joe....
                http://www.srww.com

                1 Reply Last reply Reply Quote 0
                • J Offline
                  Julius
                  last edited by

                  i don't remember where i found it (i suppose somewhere in this forum), but this ruby is very useful: just select the circle and then click Plugins>Set Center Point.


                  centerpoint.rb

                  1 Reply Last reply Reply Quote 0
                  • GaieusG Offline
                    Gaieus
                    last edited by

                    And that's not only for circles but other 2D and 3D shapes, too!
                    Etremely useful when you want to move and/or precisely align complex geometry.

                    Gai...

                    1 Reply Last reply Reply Quote 0
                    • AnssiA Offline
                      Anssi
                      last edited by

                      @chiefwoodworker said:

                      Susan is right. There is no "Point at center" on my SU 6 either. You guys must be drinking a Ruby drink.

                      Joe....

                      No, Joe,

                      We have only checked all the checkboxes in the Window>Preferences>Extensions dialog. Actually I don't remember if it is the Ruby Script Examples or Utilities Tools box that adds the Point At Center command.

                      Anssi

                      securi adversus homines, securi adversus deos rem difficillimam adsecuti sunt, ut illis ne voto quidem opus esset

                      1 Reply Last reply Reply Quote 0
                      • J Offline
                        Jim
                        last edited by

                        It's important to understand the method used by the script for finding the centerpoint. It creates a BoundingBox around the selected entities, and the centerpoint is the center of the BoundingBox.

                        For a circle, this centerpoint happens to be the centerpoint of the circle. This is not true for an arc, or other non-symmetrical 3d objects.


                        centerpoint.jpg

                        Hi

                        1 Reply Last reply Reply Quote 0
                        • W Offline
                          watkins
                          last edited by

                          Dear All,

                          The inferencing method to find the centre only works if the circle is unexploded, which is not always the case. Very often I need to find the centre of a circle that has somehow lost its circle entity status. Using weld.rb to rejoin all the segments doesn't work as the entity status changes from 'circle' to 'curve', and inferencing won't work. Usually, I draw two temporary diagonals and then place a construction point at the intersection.

                          Here is a suggestion for a ruby:

                          • call it curve_centre.rb,
                          • select three (3) consecutive end-points (two adjoining line entities), and voila,
                          • a construction point magically appears at the intersection of the mid-point normals.

                          Has anyone come across such a ruby?

                          Regards,
                          Bob

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            Jim
                            last edited by

                            watkins,

                            I started some code to find the center of an arc from line segments. My method used some calculations to find the bulge., but I like your idea - it's easier to write. Actually, you would need only 2 segments, right?

                            Hi

                            1 Reply Last reply Reply Quote 0
                            • W Offline
                              watkins
                              last edited by

                              Dear Jim,

                              Yes, the method could be made to work with only two adjacent line segments. The method would also be independent of the number of line segments making up the arc or circle provided that all the mid-point normals past through the same point in space.

                              Bob

                              1 Reply Last reply Reply Quote 0
                              • Jean LemireJ Offline
                                Jean Lemire
                                last edited by

                                Hi folks.

                                I know it is obvious but just in case.

                                With exploded circles and arcs, you can use this procedure:

                                1 - Draw the perpendicular from the midpoint of two adjacent segments. TWo lines to draw.

                                2 - Their intersection point is the center of the circle.

                                Just ideas.

                                Jean (Johnny) Lemire from Repentigny, Quebec, Canada.

                                1 Reply Last reply Reply Quote 0
                                • J Offline
                                  Jim
                                  last edited by

                                  Actually, yes. You can draw a 2-segment arc over top of any 2 segments, then use the Point at Center option...

                                  Hi

                                  1 Reply Last reply Reply Quote 0
                                  • emerald15E Offline
                                    emerald15
                                    last edited by

                                    I know this a rather old thread, but I thought it worth bringing it to the surface for those (like me) who didn't know. Finding the centre of a circle or curve often seems difficult. I've been using the inference technique, but it doesn't always work easily, so I did some searching & arrived here.
                                    And yes, provided Windows>Preferences>Extensions>RubyScript Examples is checked... then you can context click the circle or curve and 'Point to centre'. Hurrah! another gem discovered! ☀

                                    1 Reply Last reply Reply Quote 0
                                    • brookefoxB Offline
                                      brookefox
                                      last edited by

                                      @jean lemire said:

                                      With exploded circles and arcs, you can use this procedure:

                                      1 - Draw the perpendicular from the midpoint of two adjacent segments. TWo lines to draw.

                                      2 - Their intersection point is the center of the circle.

                                      Just ideas.

                                      Nice tip, Jean. I guess they do not have to be adjacent, even.

                                      ~ Brooke

                                      1 Reply Last reply Reply Quote 0
                                      • mitcorbM Offline
                                        mitcorb
                                        last edited by

                                        A little icing on the cake, if you want a plugin:
                                        Chris Fullmer's Exploded Arc Centerpoint Finder. Places a C point where the center of a fragmented arc or circle is supposed to be.

                                        I take the slow, deliberate approach in my aimless wandering.

                                        1 Reply Last reply Reply Quote 0
                                        • brookefoxB Offline
                                          brookefox
                                          last edited by

                                          Thanks, Tim. I can use that one, which I guess uses Jean's method to do the job quicker.

                                          I admire Jean for apparently eschewing the way of methods outside of the native tools as they tend to cloak the logic of the underlying operation, and thus may in some sense be debilitating.

                                          What? Long live the plugin. Long live Jean. Shut up, Brooke.

                                          ~ Brooke

                                          1 Reply Last reply Reply Quote 0
                                          • mitcorbM Offline
                                            mitcorb
                                            last edited by

                                            Jean Lemire is one of the most helpful people in this forum. His posts are always enlightening. Thank you, Jean Lemire.

                                            I take the slow, deliberate approach in my aimless wandering.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement