MCPcopy Index your code
hub / github.com/CadQuery/cadquery / front

Method front

cadquery/occ_impl/geom.py:544–547  ·  view source on GitHub ↗
(cls, origin=(0, 0, 0), xDir=Vector(1, 0, 0))

Source from the content-addressed store, hash-verified

542
543 @classmethod
544 def front(cls, origin=(0, 0, 0), xDir=Vector(1, 0, 0)):
545 plane = Plane.named("front", origin)
546 plane._setPlaneDir(xDir)
547 return plane
548
549 @classmethod
550 def back(cls, origin=(0, 0, 0), xDir=Vector(-1, 0, 0)):

Callers

nothing calls this directly

Calls 3

VectorClass · 0.85
namedMethod · 0.80
_setPlaneDirMethod · 0.80

Tested by

no test coverage detected