FIX:missed point on plane feature
jira: none Change-Id: I8f3399a1b26c877a82ab6cebb55658df07bc77a9
This commit is contained in:
parent
53d85a3b89
commit
3c0082d8ec
|
@ -676,7 +676,8 @@ void GLGizmoMeasure::on_render()
|
|||
}
|
||||
} else if (m_assembly_mode == AssemblyMode::POINT_POINT) {
|
||||
if (!(curr_feature->get_type() == Measure::SurfaceFeatureType::Point ||
|
||||
curr_feature->get_type() == Measure::SurfaceFeatureType::Circle)) {
|
||||
curr_feature->get_type() == Measure::SurfaceFeatureType::Circle ||
|
||||
(m_mode == EMode::PointSelection && curr_feature->get_type() == Measure::SurfaceFeatureType::Plane))) {
|
||||
curr_feature.reset();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue