MCPcopy 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

makeCircleMethod · 0.95
makePlaneMethod · 0.95
revolveMethod · 0.95
transformMethod · 0.95
_getPntMethod · 0.80
_getLinMethod · 0.80
rotateMethod · 0.80
paramAtMethod · 0.80
paramsMethod · 0.80
makeEllipseMethod · 0.80
makeSplineMethod · 0.80
makeSplineApproxMethod · 0.80

Calls

no outgoing calls

Tested by 2

testFaceToPlnMethod · 0.64