MCPcopy
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

innerWiresMethod · 0.95
projectMethod · 0.95
loftMethod · 0.80
_extrudeMethod · 0.80
_sweepMethod · 0.80
fillet2DMethod · 0.80
chamfer2DMethod · 0.80
sweepMethod · 0.80
sweep_multiMethod · 0.80
sortWiresByBuildOrderFunction · 0.80
faceOnFunction · 0.80

Calls 1

WireClass · 0.85

Tested by 2

test_projectMethod · 0.64
test_history_sweepFunction · 0.64