Public Attributes | |
hash | |
Shape | |
Similar to HashableShape, except that the things the shape is composed of are compared. Example: >>> wire2 = Part.Wire(wire1.childShapes()) >>> wire2.isSame(wire1) False # <--- the wire2 is a new wire, although made of edges of wire1 >>> HashableShape_Deep(wire2) == HashableShape_Deep(wire1) True # <--- made of same set of elements
BOPTools.Utils.HashableShape_Deep.hash |
BOPTools.Utils.HashableShape_Deep.Shape |