// Get shapes of the group
TopTools_SequenceOfShape aShapes;
- aGroup->GeShapes( aShapes );
+ aGroup->GetShapes( aShapes );
for( int i = 1, aNbShapes = aShapes.Length(); i <= aNbShapes; i++ ) {
const TopoDS_Shape& aShape = aShapes.Value( i );
const TopoDS_Shape ModifiedShape = aSewing.Modified( aShape );
/**
* Returns all edges of the group.
*/
- HYDRODATA_EXPORT virtual void GeShapes( TopTools_SequenceOfShape& theShapes ) const;
+ HYDRODATA_EXPORT virtual void GetShapes( TopTools_SequenceOfShape& theShapes ) const;
/**
* Removes all edges from the group.