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

Method _geomAdaptor

cadquery/occ_impl/shapes.py:2562–2567  ·  view source on GitHub ↗

Return the underlying geometry

(self)

Source from the content-addressed store, hash-verified

2560 wrapped: TopoDS_Edge
2561
2562 def _geomAdaptor(self) -> BRepAdaptor_Curve:
2563 """
2564 Return the underlying geometry
2565 """
2566
2567 return BRepAdaptor_Curve(self.wrapped)
2568
2569 def close(self) -> Edge | Wire:
2570 """

Callers 15

arcCenterMethod · 0.95
trimMethod · 0.95
ctrlPtsFunction · 0.45
fromEdgeMethod · 0.45
fromFaceMethod · 0.45
boundsMethod · 0.45
_approxCurveMethod · 0.45
_curveMethod · 0.45
paramAtMethod · 0.45
paramsMethod · 0.45
paramsLengthMethod · 0.45
tangentAtMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_curveFunction · 0.36
testDXFMethod · 0.36
testLocationAtMethod · 0.36