MCPcopy Index your code
hub / github.com/CadQuery/cadquery / Length

Method Length

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

Source from the content-addressed store, hash-verified

128
129 @property
130 def Length(self) -> float:
131 return self.wrapped.Magnitude()
132
133 @property
134 def wrapped(self) -> gp_Vec:

Callers 15

keyMethod · 0.45
_process_labelFunction · 0.45
test_approximateFunction · 0.45
test_face_interfaceFunction · 0.45
test_constraint_solverFunction · 0.45
test_trimmingFunction · 0.45
test_isolinesFunction · 0.45
testDXFMethod · 0.45
testSplineMethod · 0.45
test2DDrawingMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_approximateFunction · 0.36
test_face_interfaceFunction · 0.36
test_constraint_solverFunction · 0.36
test_trimmingFunction · 0.36
test_isolinesFunction · 0.36
testDXFMethod · 0.36
testSplineMethod · 0.36
test2DDrawingMethod · 0.36
test2DfilletMethod · 0.36
testSplineApproxMethod · 0.36