Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ toPnt
Method
toPnt
cadquery/occ_impl/geom.py:246–248 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
244
yield
from
(self.x, self.y, self.z)
245
246
def
toPnt(self) -> gp_Pnt:
247
248
return
gp_Pnt(self.wrapped.XYZ())
249
250
def
toDir(self) -> gp_Dir:
251
Callers
15
makeCircle
Method · 0.95
makePlane
Method · 0.95
revolve
Method · 0.95
transform
Method · 0.95
_getPnt
Method · 0.80
_getLin
Method · 0.80
rotate
Method · 0.80
paramAt
Method · 0.80
params
Method · 0.80
makeEllipse
Method · 0.80
makeSpline
Method · 0.80
makeSplineApprox
Method · 0.80
Calls
no outgoing calls
Tested by
2
testFaceToPln
Method · 0.64
test_makeNSidedSurface
Method · 0.64