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
.findfaces
http://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