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

Method x

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

Source from the content-addressed store, hash-verified

104
105 @property
106 def x(self) -> float:
107 return self.wrapped.X()
108
109 @x.setter
110 def x(self, value: float) -> None:

Callers 1

RRFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected