mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Correct type info for Edge: Ark -> Arc Circle
This commit is contained in:
parent
ecd03ba9be
commit
977d68a1af
@ -1820,7 +1820,7 @@ char* GEOM_Gen_i::getObjectInfo(CORBA::Long studyId, const char* entry)
|
||||
aTypeInfo = "Circle";
|
||||
break;
|
||||
case GEOM::GEOM_IKindOfShape::ARC_CIRCLE:
|
||||
aTypeInfo = "Ark";
|
||||
aTypeInfo = "Arc Circle";
|
||||
break;
|
||||
case GEOM::GEOM_IKindOfShape::ELLIPSE:
|
||||
aTypeInfo = "Ellipse";
|
||||
|
Loading…
Reference in New Issue
Block a user