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

Method Length

cadquery/occ_impl/shapes.py:2317–2319  ·  view source on GitHub ↗
(self: Mixin1DProtocol)

Source from the content-addressed store, hash-verified

2315 return Vector(Properties.CentreOfMass())
2316
2317 def Length(self: Mixin1DProtocol) -> float:
2318
2319 return GCPnts_AbscissaPoint.Length_s(self._geomAdaptor())
2320
2321 def radius(self: Mixin1DProtocol) -> float:
2322 """

Callers 1

textFunction · 0.45

Calls 1

_geomAdaptorMethod · 0.45

Tested by

no test coverage detected