(self)
| 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 | """ |
no outgoing calls