hmm, so I've used
**face1 = container.add_face ( [0,0,80.mm],[l+160.mm,0,80.mm],[l+160.mm,0,180.mm],[0,0,180.mm],[0,0,80.mm] )
face1.material = mat1**
but what happens is that sketchup makes face1, doesn't give it a texture, and then leaves out everything after that point, i.e. the rest of the model...
is my material spec wrong?
mats = Sketchup.active_model.materials
mat1 = mats.add "Wood_Plywood_Knots"
do i need to add a file path? like "library/googlesketchup/materials/Wood_Plywood_Knots" or something?