Return the underlying geometry
(self)
| 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 | """ |
no outgoing calls