MCPcopy
hub / github.com/CadQuery/cadquery / wires

Method wires

cadquery/sketch.py:716–723  ·  view source on GitHub ↗

Select wires.

(
        self: T, s: Optional[Union[str, Selector]] = None, tag: Optional[str] = None
    )

Source from the content-addressed store, hash-verified

714 return self._select(s, "Faces", tag)
715
716 def wires(
717 self: T, s: Optional[Union[str, Selector]] = None, tag: Optional[str] = None
718 ) -> T:
719 """
720 Select wires.
721 """
722
723 return self._select(s, "Wires", tag)
724
725 def edges(
726 self: T, s: Optional[Union[str, Selector]] = None, tag: Optional[str] = None

Callers

nothing calls this directly

Calls 1

_selectMethod · 0.95

Tested by

no test coverage detected