Sketcher: Hyperbola added supported type
======================================== Allows to restore a saved hyperbola in a sketch.
This commit is contained in:
@@ -559,6 +559,7 @@ bool SketchObject::isSupportedGeometry(const Part::Geometry *geo) const
|
||||
geo->getTypeId() == Part::GeomEllipse::getClassTypeId() ||
|
||||
geo->getTypeId() == Part::GeomArcOfCircle::getClassTypeId() ||
|
||||
geo->getTypeId() == Part::GeomArcOfEllipse::getClassTypeId() ||
|
||||
geo->getTypeId() == Part::GeomArcOfHyperbola::getClassTypeId() ||
|
||||
geo->getTypeId() == Part::GeomLineSegment::getClassTypeId()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user