Draft: removed debug message
This commit is contained in:
parent
356723f121
commit
c8059f2631
|
@ -444,7 +444,8 @@ def findIntersection(edge1,edge2,infinite1=False,infinite2=False,ex1=False,ex2=F
|
||||||
|
|
||||||
return int
|
return int
|
||||||
else:
|
else:
|
||||||
print("DraftGeomUtils: Unsupported curve type: (" + str(edge1.Curve) + ", " + str(edge2.Curve) + ")")
|
# print("DraftGeomUtils: Unsupported curve type: (" + str(edge1.Curve) + ", " + str(edge2.Curve) + ")")
|
||||||
|
return []
|
||||||
|
|
||||||
def wiresIntersect(wire1,wire2):
|
def wiresIntersect(wire1,wire2):
|
||||||
"wiresIntersect(wire1,wire2): returns True if some of the edges of the wires are intersecting otherwise False"
|
"wiresIntersect(wire1,wire2): returns True if some of the edges of the wires are intersecting otherwise False"
|
||||||
|
|
|
@ -659,11 +659,11 @@ class DraftToolBar:
|
||||||
self.numFacesLabel.setText(translate("draft", "Sides"))
|
self.numFacesLabel.setText(translate("draft", "Sides"))
|
||||||
self.numFaces.setToolTip(translate("draft", "Number of sides"))
|
self.numFaces.setToolTip(translate("draft", "Number of sides"))
|
||||||
self.offsetLabel.setText(translate("draft", "Offset"))
|
self.offsetLabel.setText(translate("draft", "Offset"))
|
||||||
self.xyButton.setText(translate("draft", "XY"))
|
self.xyButton.setText(translate("draft", "XY (top)"))
|
||||||
self.xyButton.setToolTip(translate("draft", "Select XY plane"))
|
self.xyButton.setToolTip(translate("draft", "Select XY plane"))
|
||||||
self.xzButton.setText(translate("draft", "XZ"))
|
self.xzButton.setText(translate("draft", "XZ (front)"))
|
||||||
self.xzButton.setToolTip(translate("draft", "Select XZ plane"))
|
self.xzButton.setToolTip(translate("draft", "Select XZ plane"))
|
||||||
self.yzButton.setText(translate("draft", "YZ"))
|
self.yzButton.setText(translate("draft", "YZ (side)"))
|
||||||
self.yzButton.setToolTip(translate("draft", "Select YZ plane"))
|
self.yzButton.setToolTip(translate("draft", "Select YZ plane"))
|
||||||
self.currentViewButton.setText(translate("draft", "View"))
|
self.currentViewButton.setText(translate("draft", "View"))
|
||||||
self.currentViewButton.setToolTip(translate("draft", "Select plane perpendicular to the current view"))
|
self.currentViewButton.setToolTip(translate("draft", "Select plane perpendicular to the current view"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user