Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ toDir
Method
toDir
cadquery/occ_impl/geom.py:250–252 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
248
return
gp_Pnt(self.wrapped.XYZ())
249
250
def
toDir(self) -> gp_Dir:
251
252
return
gp_Dir(self.wrapped.XYZ())
253
254
def
transform(self, T:
"Matrix"
) ->
"Vector"
:
255
Callers
15
makeCircle
Method · 0.95
makePlane
Method · 0.95
revolve
Method · 0.95
_getAxis
Method · 0.80
_getPln
Method · 0.80
_getLin
Method · 0.80
mirror
Method · 0.80
rotate
Method · 0.80
project
Method · 0.80
makeEllipse
Method · 0.80
makeHelix
Method · 0.80
fillet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected