MCPcopy
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_curveFunction · 0.95
test_curveFunction · 0.95

Calls 2

curveMethod · 0.95
EdgeClass · 0.85

Tested by 2

test_periodic_curveFunction · 0.76
test_curveFunction · 0.76