Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
How does sketchup know a circle is a circle?
-
I would love to know if anywhere, the API exposes how the Entity Info window knows that a circle is more than just 24 edges. I can find nothing that identifies a circle as more than that programmatically.
-
Sketchup knows it is part of a curve if edge.curve returns a curve entity and it knows it is an arc or circle if curve.is_a?(Sketchup::ArcCurve) returns true.
Advertisement