Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ makeRuledSurface
Method
makeRuledSurface
cadquery/occ_impl/shapes.py:3604–3605 ·
view source on GitHub ↗
(cls, edgeOrWire1: Edge, edgeOrWire2: Edge)
Source
from the content-addressed store, hash-verified
3602
@overload
3603
@classmethod
3604
def
makeRuledSurface(cls, edgeOrWire1: Edge, edgeOrWire2: Edge) -> Face:
3605
...
3606
3607
@overload
3608
@classmethod
Callers
nothing calls this directly
Calls
1
cast
Method · 0.80
Tested by
no test coverage detected