Sketcher: Improve documentation of GeoEnum, PointPos and GeoElementId
This commit is contained in:
@@ -40,3 +40,8 @@ bool GeoElementId::operator==(const GeoElementId& obj) const
|
||||
{
|
||||
return this->GeoId == obj.GeoId && this->Pos == obj.Pos;
|
||||
}
|
||||
|
||||
bool GeoElementId::operator!=(const GeoElementId& obj) const
|
||||
{
|
||||
return this->GeoId != obj.GeoId || this->Pos != obj.Pos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user