Should not have put a method call for importStep in CQ.py. Took it back out.
This commit is contained in:
parent
952935f09d
commit
0e5980400a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user