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!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
Create faces in script
-
I am working on a script that creates 3D objects, but faces are not being created when edges intersect. What do I have to do to get faces to be created automatically?
-
You could try
.findfaceshttp://code.google.com/intl/nb/apis/sketchup/docs/ourdoc/edge.html#find_facesOther than that; create the face yourself: http://code.google.com/intl/nb/apis/sketchup/docs/ourdoc/entities.html#add_face
-
find_faces was exactly what I was looking for. Thanks,
Advertisement