mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
PAL12992. Add MaxShapeIndex()
This commit is contained in:
parent
af7f9c7057
commit
f644c7bfdc
@ -435,6 +435,7 @@ public:
|
|||||||
void ClearScript();
|
void ClearScript();
|
||||||
int ShapeToIndex(const TopoDS_Shape & aShape) const;
|
int ShapeToIndex(const TopoDS_Shape & aShape) const;
|
||||||
const TopoDS_Shape& IndexToShape(int ShapeIndex) const;
|
const TopoDS_Shape& IndexToShape(int ShapeIndex) const;
|
||||||
|
int MaxShapeIndex() const { return myIndexToShape.Extent(); }
|
||||||
|
|
||||||
SMESHDS_SubMesh * NewSubMesh(int Index);
|
SMESHDS_SubMesh * NewSubMesh(int Index);
|
||||||
int AddCompoundSubmesh(const TopoDS_Shape& S, TopAbs_ShapeEnum type = TopAbs_SHAPE);
|
int AddCompoundSubmesh(const TopoDS_Shape& S, TopAbs_ShapeEnum type = TopAbs_SHAPE);
|
||||||
|
Loading…
Reference in New Issue
Block a user