Should not have put a method call for importStep in CQ.py. Took it back out.

This commit is contained in:
Jeremy Wright 2014-08-18 16:33:34 -04:00
parent 952935f09d
commit 0e5980400a

View File

@ -637,14 +637,6 @@ class CQ(object):
"""
exporters.exportSVG(self,fileName)
def importStep(self,fileName):
"""
Reads and imports a solid(s) from a STEP file
:param fileName: The location and name of the STEP file to load
"""
importers.importStep(self, fileName)
def rotateAboutCenter(self,axisEndPoint,angleDegrees):
"""
Rotates all items on the stack by the specified angle, about the specified axis