Interface of the string field time step. More...
import "GEOM_Gen.idl";
Public Member Functions | |
boolean | SetValues (in string_array strValues) |
Changes values of the field step. Returns false if number of values is wrong. More... | |
string_array | GetValues () |
Returns values of the field step. More... | |
void | SetStamp (in long stamp) |
Changes the time of the field step. More... | |
long | GetStamp () |
Returns the time of the field step. More... | |
long | GetID () |
Returns the number of the field step. More... | |
GEOM_Field | GetField () |
Returns the field the step belongs to. More... | |
void | SetName (in string theName) |
Set name of the object. More... | |
string | GetName () |
Get name of the object associated with this object. More... | |
string | GetEntry () |
Get internal (unique) entry of the object in the GEOM component's data tree. More... | |
long | GetStudyID () |
Get ID of study, where the object is created. More... | |
long | GetType () |
Get internal type of operation created this object (POINT, BOX, CYLINDER, EXTRUSION...). More... | |
long | GetTick () |
Get value of a modification counter of the object. More... | |
void | SetStudyEntry (in string theEntry) |
Set a Study entry where this object was published. More... | |
string | GetStudyEntry () |
Get a Study entry where this object was published. More... | |
ListOfGBO | GetDependency () |
Get a list of all GEOM_Object on which were the arguments when this object was constructed and modified. More... | |
ListOfGBO | GetLastDependency () |
Get a list of GEOM_Object on which the last function that created or modified the object depends. More... | |
boolean | IsShape () |
boolean | IsSame (in GEOM_BaseObject other) |
void | SetParameters (in string theParameters) |
string | GetParameters () |
Return list of notebook variables used for object creation separated by ":" symbol. More... | |
CreationInformationSeq | GetCreationInformation () |
Return name of operation and values of parameters used for object creation. More... | |
Interface of the string field time step.
boolean SetValues | ( | in string_array | strValues | ) |
Changes values of the field step. Returns false if number of values is wrong.
string_array GetValues | ( | ) |
Returns values of the field step.
|
inherited |
Changes the time of the field step.
|
inherited |
Returns the time of the field step.
|
inherited |
Returns the number of the field step.
|
inherited |
Returns the field the step belongs to.
|
inherited |
Set name of the object.
theName | is a name which will be associated with this object. |
|
inherited |
Get name of the object associated with this object.
|
inherited |
|
inherited |
Get ID of study, where the object is created.
|
inherited |
Get internal type of operation created this object (POINT, BOX, CYLINDER, EXTRUSION...).
|
inherited |
Get value of a modification counter of the object.
|
inherited |
Set a Study entry where this object was published.
|
inherited |
Get a Study entry where this object was published.
|
inherited |
Get a list of all GEOM_Object on which were the arguments when this object was constructed and modified.
|
inherited |
Get a list of GEOM_Object on which the last function that created or modified the object depends.
|
inherited |
|
inherited |
|
inherited |
Set list of parameters
theParameters | is a string containing the notebook variables separated by ":" symbol, used for object creation |
|
inherited |
Return list of notebook variables used for object creation separated by ":" symbol.
|
inherited |
Return name of operation and values of parameters used for object creation.