PAL12992. Add MaxShapeIndex()

This commit is contained in:
eap 2006-08-07 12:06:43 +00:00
parent af7f9c7057
commit f644c7bfdc

View File

@ -435,6 +435,7 @@ public:
void ClearScript();
int ShapeToIndex(const TopoDS_Shape & aShape) const;
const TopoDS_Shape& IndexToShape(int ShapeIndex) const;
int MaxShapeIndex() const { return myIndexToShape.Extent(); }
SMESHDS_SubMesh * NewSubMesh(int Index);
int AddCompoundSubmesh(const TopoDS_Shape& S, TopAbs_ShapeEnum type = TopAbs_SHAPE);