| 326 | } |
| 327 | |
| 328 | void SurfacePointWidget::setCurrentPosition( const PointOnObject& pos ) |
| 329 | { |
| 330 | currentPos_ = pointOnObjectToPickedPoint( baseObject_.get(), pos ); |
| 331 | updatePositionAndRadius_(); |
| 332 | } |
| 333 | |
| 334 | void SurfacePointWidget::setCurrentPosition( const PickedPoint& pos ) |
| 335 | { |
no test coverage detected