| 203 | } |
| 204 | |
| 205 | void SliceNavigationController::SendSlice() |
| 206 | { |
| 207 | if (!m_BlockUpdate) |
| 208 | { |
| 209 | if (m_CreatedWorldGeometry.IsNotNull()) |
| 210 | { |
| 211 | this->InvokeEvent(GeometrySliceEvent(m_CreatedWorldGeometry, m_Stepper->GetPos())); |
| 212 | RenderingManager::GetInstance()->RequestUpdateAll(); |
| 213 | } |
| 214 | } |
| 215 | } |
| 216 | |
| 217 | void SliceNavigationController::SelectSliceByPoint(const Point3D& point) |
| 218 | { |
no test coverage detected