mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 19:00:35 +05:00
0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm
+ SMESH_Gen* GetGen() const { return (SMESH_Gen*) _gen; }
This commit is contained in:
parent
9b0f684048
commit
6390e82888
@ -71,10 +71,11 @@ public:
|
||||
SMESH_Hypothesis(int hypId, int studyId, SMESH_Gen* gen);
|
||||
virtual ~SMESH_Hypothesis();
|
||||
virtual int GetDim() const;
|
||||
int GetStudyId() const;
|
||||
virtual void NotifySubMeshesHypothesisModification();
|
||||
int GetStudyId() const;
|
||||
SMESH_Gen* GetGen() const { return (SMESH_Gen*) _gen; }
|
||||
virtual int GetShapeType() const;
|
||||
virtual const char* GetLibName() const;
|
||||
virtual void NotifySubMeshesHypothesisModification();
|
||||
void SetLibName(const char* theLibName);
|
||||
|
||||
//void SetParameters(const char *theParameters);
|
||||
|
Loading…
Reference in New Issue
Block a user