Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_calcTransforms
Method · 0.95
Vector
Class · 0.85
Tested by
no test coverage detected