Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ outerWire
Method
outerWire
cadquery/occ_impl/shapes.py:3489–3491 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3487
return
Vector(Properties.CentreOfMass())
3488
3489
def
outerWire(self) -> Wire:
3490
3491
return
Wire(BRepTools.OuterWire_s(self.wrapped))
3492
3493
def
innerWires(self) -> list[Wire]:
3494
Callers
15
innerWires
Method · 0.95
project
Method · 0.95
loft
Method · 0.80
_extrude
Method · 0.80
_sweep
Method · 0.80
fillet2D
Method · 0.80
chamfer2D
Method · 0.80
extrudeLinearWithRotation
Method · 0.80
sweep
Method · 0.80
sweep_multi
Method · 0.80
sortWiresByBuildOrder
Function · 0.80
faceOn
Function · 0.80
Calls
1
Wire
Class · 0.85
Tested by
2
test_project
Method · 0.64
test_history_sweep
Function · 0.64