* Gets the type of orientation of the scalar bar (to provide backward compatibility).
*/
Orientation GetBarOrientation();
+
+ /*!
+ * Add group as geometry of presentation.
+ * \param theMeshName - mesh name
+ * \param theGroupName - group name
+ */
+ void AddMeshOnGroup(in string theGroupName);
+
+
+ /*!
+ * PrsMerger method:
+ * Remove all groups.(The scalar map will be placed on all mesh).
+ */
+ void RemoveAllGeom();
};
*/
Scaling GetScaling();
- /*!
- * Add group as geometry of presentation.
- * \param theMeshName - mesh name
- * \param theGroupName - group name
- */
- void AddMeshOnGroup(in string theGroupName);
-
-
- /*!
- * PrsMerger method:
- * Remove all groups.(The scalar map will be placed on all mesh).
- */
- void RemoveAllGeom();
};
//-------------------------------------------------------