Convert a literal to GeomAbs_Shape enum (OCCT specific).
(name: str)
| 5481 | |
| 5482 | |
| 5483 | def _to_geomabshape(name: str) -> GeomAbs_Shape: |
| 5484 | """ |
| 5485 | Convert a literal to GeomAbs_Shape enum (OCCT specific). |
| 5486 | """ |
| 5487 | |
| 5488 | return _geomabsshape_dict[name.upper()] |
| 5489 | |
| 5490 | |
| 5491 | _parametrization_dict = dict( |
no outgoing calls
no test coverage detected