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

Class Segment

cadquery/hull.py:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class Segment:
46
47 a: Point
48 b: Point
49
50 def __init__(self, a: Point, b: Point):
51
52 self.a = a
53 self.b = b
54
55
56class Arc:

Callers 5

pt_ptFunction · 0.85
pt_arcFunction · 0.85
arc_ptFunction · 0.85
arc_arcFunction · 0.85
get_angleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected