Library | Module

Interface IpfcRelationOwner



Description

An object of type can have relations assigned to it.
Direct Parent Classes:
IpfcObject
Direct Known Subclasses:
IpfcModelItem, IpfcModel



Property Summary

PropertyRelationsas Istringseq [optional]
The list of the actual relations assigned to the item.



Method Summary

SubDeleteRelations ()
Deletes all relations assigned to the item.
FunctionEvaluateExpression (Expression as String) as IpfcParamValue
Use Creo Parametric to evaluate the given relations-based expression.
SubRegenerateRelations ()
Regenerates the relations assigned to the item.



Property Detail


PropertyRelationsas Istringseq [optional]

The list of the actual relations assigned to the item.

In case of a Model, this attribute is a complement of IpfcModel.PostRegenerationRelations which contains post regeneration relations.





Method Detail


SubDeleteRelations ()

Deletes all relations assigned to the item.



FunctionEvaluateExpression (Expression as String) as IpfcParamValue

Use Creo Parametric to evaluate the given relations-based expression.
Parameters:
Expression
Returns:
The calculated value of the expression.



SubRegenerateRelations ()

Regenerates the relations assigned to the item.