From df8dab16fdc81951add536635285bfadb8a8856d Mon Sep 17 00:00:00 2001 From: adv Date: Thu, 19 Dec 2013 06:06:12 +0000 Subject: [PATCH] Minor changes. --- src/HYDROData/HYDROData_ShapesGroup.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/HYDROData/HYDROData_ShapesGroup.h b/src/HYDROData/HYDROData_ShapesGroup.h index e7e86265..798437b2 100644 --- a/src/HYDROData/HYDROData_ShapesGroup.h +++ b/src/HYDROData/HYDROData_ShapesGroup.h @@ -11,7 +11,7 @@ class TopoDS_Shape; DEFINE_STANDARD_HANDLE(HYDROData_ShapesGroup, HYDROData_Entity) /**\class HYDROData_ShapesGroup - * \brief Class that stores/retreives the sequence of shapes. + * \brief Class that stores/retreives the sequence of shapes. */ class HYDROData_ShapesGroup : public HYDROData_Entity { @@ -44,25 +44,25 @@ public: HYDRODATA_EXPORT virtual bool CanRemove(); public: - // Public methods to work with reference Edges + // Public methods to work with reference Shapes /** - * Add new one edge for the group. + * Add new one shape for the group. */ HYDRODATA_EXPORT virtual void AddShape( const TopoDS_Shape& theShape ); /** - * Sets new sequence of edges for the group. + * Sets new sequence of shapes for the group. */ HYDRODATA_EXPORT virtual void SetShapes( const TopTools_SequenceOfShape& theShapes ); /** - * Returns all edges of the group. + * Returns all shapes of the group. */ HYDRODATA_EXPORT virtual void GetShapes( TopTools_SequenceOfShape& theShapes ) const; /** - * Removes all edges from the group. + * Removes all shapes from the group. */ HYDRODATA_EXPORT virtual void RemoveShapes(); -- 2.39.2