MCPcopy
hub / github.com/CadQuery/cadquery / distanceToLine

Method distanceToLine

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

Source from the content-addressed store, hash-verified

189 return self.wrapped.AngleWithRef(v.wrapped, gp_Vec(0, 0, -1))
190
191 def distanceToLine(self):
192 raise NotImplementedError("Have not needed this yet, but OCCT supports it!")
193
194 def projectToLine(self, line: "Vector") -> "Vector":
195 """

Callers 5

KuFunction · 0.80
RSFunction · 0.80
CPFunction · 0.80
b$Function · 0.80

Calls

no outgoing calls

Tested by 1