Changes between Version 30 and Version 31 of PythonOcc/elbow
- Timestamp:
- Dec 11, 2013, 2:19:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonOcc/elbow
v30 v31 380 380 381 381 copy_mesh(meshes[i], theScene, 0, 0, 90, 500, 0, 0); 382 copy_mesh(meshes[i], theScene, 0, 0, 180, 500, 500, 0);383 copy_mesh(meshes[i], theScene, 0, 0, -90, 0, 500, 0);382 //copy_mesh(meshes[i], theScene, 0, 0, 180, 500, 500, 0); 383 //copy_mesh(meshes[i], theScene, 0, 0, -90, 0, 500, 0); 384 384 } 385 385 if (++numOfLoaded == totalParts)