Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ edge
Method
edge
cadquery/occ_impl/nurbs.py:162–164 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
160
)
161
162
def
edge(self) -> Edge:
163
164
return
Edge(BRepBuilderAPI_MakeEdge(self.curve()).Shape())
165
166
@classmethod
167
def
fromEdge(cls, e: Edge):
Callers
2
test_periodic_curve
Function · 0.95
test_curve
Function · 0.95
Calls
2
curve
Method · 0.95
Edge
Class · 0.85
Tested by
2
test_periodic_curve
Function · 0.76
test_curve
Function · 0.76