MCPcopy
hub / github.com/CadQuery/cadquery / __repr__

Method __repr__

cadquery/occ_impl/geom.py:668–669  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

666 return not self.__eq__(other)
667
668 def __repr__(self):
669 return f"Plane(origin={str(self.origin.toTuple())}, xDir={str(self.xDir.toTuple())}, normal={str(self.zDir.toTuple())})"
670
671 @property
672 def origin(self) -> Vector:

Callers

nothing calls this directly

Calls 1

toTupleMethod · 0.45

Tested by

no test coverage detected