A common root of objects in GEOM module.
import "GEOM_Gen.idl";
ListOfGBO GEOM::GEOM_BaseObject::GetDependency |
( |
| ) |
|
- Note
- This method is supposed to be used by GUI only.
string GEOM::GEOM_BaseObject::GetEntry |
( |
| ) |
|
- Note
- This is not an entry of the data object in SALOME study. This is internal function of GEOM component, though it can be used outside it for appropriate reason (e.g. for unique identification of geometry object).
ListOfGBO GEOM::GEOM_BaseObject::GetLastDependency |
( |
| ) |
|
- Note
- This method is supposed to be used by GUI only.
string GEOM::GEOM_BaseObject::GetName |
( |
| ) |
|
string GEOM::GEOM_BaseObject::GetParameters |
( |
| ) |
|
string GEOM::GEOM_BaseObject::GetStudyEntry |
( |
| ) |
|
long GEOM::GEOM_BaseObject::GetStudyID |
( |
| ) |
|
long GEOM::GEOM_BaseObject::GetTick |
( |
| ) |
|
long GEOM::GEOM_BaseObject::GetType |
( |
| ) |
|
boolean GEOM::GEOM_BaseObject::IsShape |
( |
| ) |
|
void GEOM::GEOM_BaseObject::SetName |
( |
in string |
theName | ) |
|
- Parameters
-
theName | is a name which will be associated with this object. |
void GEOM::GEOM_BaseObject::SetParameters |
( |
in string |
theParameters | ) |
|
Set list of parameters
- Parameters
-
theParameters | is a string containing the notebook variables separated by ":" symbol, used for object creation |
void GEOM::GEOM_BaseObject::SetStudyEntry |
( |
in string |
theEntry | ) |
|
The documentation for this interface was generated from the following file: