Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
class
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
56
class
Arc:
Callers
5
pt_pt
Function · 0.85
pt_arc
Function · 0.85
arc_pt
Function · 0.85
arc_arc
Function · 0.85
get_angle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected