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

Method distanceToPlane

cadquery/occ_impl/geom.py:207–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205 return line * (self.dot(line) / (lineLength * lineLength))
206
207 def distanceToPlane(self):
208 raise NotImplementedError("Have not needed this yet, but OCCT supports it!")
209
210 def projectToPlane(self, plane: "Plane") -> "Vector":
211 """

Callers 1

Calls

no outgoing calls

Tested by 1