Return the underlying geometry
(self)
| 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 |