SMESH_GroupOnGeom: interface of a group object linked to geometry.
More...
import "SMESH_Group.idl";
SMESH_GroupOnGeom: interface of a group object linked to geometry.
boolean SMESH::SMESH_GroupBase::Contains |
( |
in long |
elem_id | ) |
|
|
inherited |
returns true if the group contains an element with ID == <elem_id>
SALOMEDS::Color SMESH::SMESH_GroupBase::GetColor |
( |
| ) |
|
|
inherited |
long SMESH::SMESH_GroupBase::GetColorNumber |
( |
| ) |
|
|
inherited |
Returns group color number (obsolete - use GetColor instead) (corresponds to the "hue" parameter of the color - must be in range [0, 360])
long SMESH::SMESH_GroupBase::GetID |
( |
in long |
elem_index | ) |
|
|
inherited |
Returns ID of an element at position <elem_index> counted from 1.
Returns a sequence of all element IDs.
long_array SMESH::SMESH_GroupBase::GetListOfID |
( |
| ) |
|
|
inherited |
Returns a sequence of all element IDs in the group.
Returns number of mesh elements of each EntityType.
- Returns
- array of number of elements per EntityType
string SMESH::SMESH_GroupBase::GetName |
( |
| ) |
|
|
inherited |
long_array SMESH::SMESH_IDSource::GetNbElementsByType |
( |
| ) |
|
|
inherited |
Returns number of mesh elements of each ElementType.
- Returns
- array of number of elements per ElementType
Get IDs of nodes of cells included to the group For a nodal group returns result of GetListOfID() function.
long SMESH::SMESH_GroupBase::GetNumberOfNodes |
( |
| ) |
|
|
inherited |
Get the number of nodes of cells included to the group For a nodal group returns the same value as Size() function.
GEOM::GEOM_Object SMESH::SMESH_GroupOnGeom::GetShape |
( |
| ) |
|
Returns types of elements it contains.
It's empty if the SMESH_IDSource contains no IDs
SALOMEDS::TMPFile SMESH::SMESH_IDSource::GetVtkUgStream |
( |
| ) |
|
|
inherited |
Returns mesh unstructed grid information.
boolean SMESH::SMESH_GroupBase::IsEmpty |
( |
| ) |
|
|
inherited |
Returns true if the group does not contain any elements.
Returns true
if this
group depends on the other via FT_BelongToMeshGroup predicate or vice versa.
boolean SMESH::SMESH_IDSource::IsMeshInfoCorrect |
( |
| ) |
|
|
inherited |
Returns false if GetMeshInfo() returns incorrect information that may happen if mesh data is not yet fully loaded from the file of study.
boolean SMESH::SMESH_GroupBase::IsNodeInfoAvailable |
( |
| ) |
|
|
inherited |
void SMESH::SMESH_GroupBase::SetColor |
( |
in SALOMEDS::Color |
theColor | ) |
|
|
inherited |
void SMESH::SMESH_GroupBase::SetColorNumber |
( |
in long |
color | ) |
|
|
inherited |
Sets group color number (corresponds to the "hue" parameter of the color - must be in range [0, 360])
void SMESH::SMESH_GroupBase::SetName |
( |
in string |
name | ) |
|
|
inherited |
long SMESH::SMESH_GroupBase::Size |
( |
| ) |
|
|
inherited |
Returns the number of elements in the group.