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
Where's my circle's face?
-
After adding a circle, I've got a circle with no face. How do I get a face?
I tried redrawing one of the edges w/o success.
-
I think you then have to add a face using the circle edge array.
` my_circle = ents.add_circle( params, more, etc )
ents.add_face( my_circle )`
I think that is how it has to be done,
Chris
-
The
add_circlereturns an array of its edges, socircles_edges=entities.add_circle(......), to make a face simply usecircles_edges[0].find_faces...........
Advertisement