MCPcopy
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

makeCircleMethod · 0.95
makePlaneMethod · 0.95
revolveMethod · 0.95
_getAxisMethod · 0.80
_getPlnMethod · 0.80
_getLinMethod · 0.80
mirrorMethod · 0.80
rotateMethod · 0.80
projectMethod · 0.80
makeEllipseMethod · 0.80
makeHelixMethod · 0.80
filletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected