Features...
-
I found out that you can actually make a face using code in ontouch or ontick. you can put in this to make a triangle at frame 100:
if frame==100 then Sketchup.active_model.entities.add_face([[0,0,0],[10,10,0],[0,10,0]]);end
How would i make a component out of these faces during the simulation?
-
Cool
Advertisement