| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | DeleteRelations
()
Deletes all relations assigned to the item. |
| ParamValue | EvaluateExpression
(String Expression)
Use Creo Parametric to evaluate the given relations-based expression. |
| /*optional*/ stringseq | GetRelations
()
Get method for attribute "Relations" The list of the actual relations assigned to the item. |
| void | RegenerateRelations
()
Regenerates the relations assigned to the item. |
| void | SetRelations
(
/*optional*/
stringseq value)
Set method for attribute "Relations" The list of the actual relations assigned to the item. |
| Method Detail |
|---|
| DeleteRelations |
|---|
| void | DeleteRelations | () |
Deletes all relations assigned to the item.
|
| GetRelations/SetRelations |
|---|
| /*optional*/ stringseq | GetRelations | () |
| void | SetRelations | ( /*optional*/ stringseq value) |
| The list of the actual relations assigned to the item.
In case of a Model, this attribute is a complement of Model.GetPostRegenerationRelations(/*optional*/ stringseq) which contains post regeneration relations.
|
| RegenerateRelations |
|---|
| void | RegenerateRelations | () |
Regenerates the relations assigned to the item.
|
| EvaluateExpression |
|---|
| ParamValue | EvaluateExpression | (String Expression) |
Use Creo Parametric to evaluate the given relations-based
expression.
|