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

Method plane

cadquery/occ_impl/geom.py:1153–1155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1151
1152 @property
1153 def plane(self) -> "Plane":
1154
1155 return Plane(self)
1156
1157 def __getstate__(self) -> BytesIO:
1158

Callers

nothing calls this directly

Calls 1

PlaneClass · 0.85

Tested by

no test coverage detected