(self: Mixin1DProtocol)
| 2335 | return circ.Radius() |
| 2336 | |
| 2337 | def IsClosed(self: Mixin1DProtocol) -> bool: |
| 2338 | |
| 2339 | return BRep_Tool.IsClosed_s(self.wrapped) |
| 2340 | |
| 2341 | def _curve_and_param( |
| 2342 | self: Mixin1DProtocol, d: float, mode: ParamMode |
no outgoing calls