Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ constructOn
Method
constructOn
cadquery/occ_impl/shapes.py:3791–3793 ·
view source on GitHub ↗
(cls, f: Face, outer: Wire, *inner: Wire)
Source
from the content-addressed store, hash-verified
3789
3790
@classmethod
3791
def
constructOn(cls, f: Face, outer: Wire, *inner: Wire) -> Face:
3792
3793
return
f.trim(outer, *inner)
3794
3795
def
project(self, other: Face, d: VectorLike) -> Face:
3796
Callers
2
project
Method · 0.95
trim
Method · 0.95
Calls
1
trim
Method · 0.45
Tested by
no test coverage detected