Salome HOME
Fix crash in Filter_i::GetIDs() after Filter_i::SetMesh() function call
[modules/smesh.git] / idl / SMESH_BasicHypothesis.idl
index e8b0824a4fd3d931734c3e95c5b3fbf915d46a8d..37db802924e3ccc511feb437b4d44a5e55233323 100644 (file)
@@ -681,6 +681,32 @@ module StdMeshers
     double GetLength();
   };
 
+  /*!
+   * StdMeshers_QuadrangleParams: interface of "Quadrangle Params" hypothesis
+   */
+  interface StdMeshers_QuadrangleParams : SMESH::SMESH_Hypothesis
+  {
+    /*!
+     * Set base vertex for triangles
+     */
+    void SetTriaVertex( in long vertID );
+    
+    /*!
+     * Returns base vertex for triangles
+     */
+    long GetTriaVertex();
+    
+    /*!
+     * Set entry of the main object
+     */
+    void SetObjectEntry( in string entry );
+    
+    /*!
+     * Get the entry of the main object
+     */
+    string GetObjectEntry();
+  };
+
   /*!
    * StdMeshers_SegmentAroundVertex_0D: interface of "SegmentAroundVertex" algorithm
    */