BOPTools.Utils.HashableShape_Deep Class Reference

Public Attributes

 hash
 
 Shape
 

Detailed Description

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

Member Data Documentation

◆ hash

BOPTools.Utils.HashableShape_Deep.hash

◆ Shape

BOPTools.Utils.HashableShape_Deep.Shape

The documentation for this class was generated from the following file: