MCPcopy Index your code
hub / github.com/CadQuery/cadquery / origin

Method origin

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

Source from the content-addressed store, hash-verified

670
671 @property
672 def origin(self) -> Vector:
673 return self._origin
674
675 @origin.setter
676 def origin(self, value):

Callers

nothing calls this directly

Calls 2

_calcTransformsMethod · 0.95
VectorClass · 0.85

Tested by

no test coverage detected