Removed old test file (that keeps popping up...)
This commit is contained in:
parent
3e9299d4b7
commit
f8e1022932
24
test00.py
24
test00.py
@ -1,24 +0,0 @@
|
||||
from surf.util2 import cube
|
||||
from surf.subd import cc2
|
||||
|
||||
poly = cube()
|
||||
# print poly
|
||||
|
||||
refined_poly = cc2.refine(poly)
|
||||
# print refined_poly
|
||||
#
|
||||
#
|
||||
# import pylab
|
||||
# import mpl_toolkits.mplot3d.axes3d as p3
|
||||
#
|
||||
# fig = pylab.figure()
|
||||
# ax = p3.Axes3D(fig)
|
||||
# for edge in newPolygon.edges:
|
||||
# xs = [vertex.x for vertex in edge.vertices]
|
||||
# ys = [vertex.y for vertex in edge.vertices]
|
||||
# zs = [vertex.z for vertex in edge.vertices]
|
||||
# ax.plot_wireframe(xs, ys, zs)
|
||||
# ax.set_xlabel('X')
|
||||
# ax.set_ylabel('Y')
|
||||
# ax.set_zlabel('Z')
|
||||
# pylab.show()
|
Loading…
Reference in New Issue
Block a user