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

Method _geomAdaptor

cadquery/occ_impl/shapes.py:3276–3280  ·  view source on GitHub ↗

Return the underlying geometry

(self)

Source from the content-addressed store, hash-verified

3274 wrapped: TopoDS_Face
3275
3276 def _geomAdaptor(self) -> Geom_Surface:
3277 """
3278 Return the underlying geometry
3279 """
3280 return BRep_Tool.Surface_s(self.wrapped)
3281
3282 def _uvBounds(self) -> tuple[float, float, float, float]:
3283

Callers 6

paramAtMethod · 0.95
paramsMethod · 0.95
locationAtMethod · 0.95
normalAtMethod · 0.95
trimMethod · 0.95
isolineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected