API Documentation > Interface Classes > Class pfcRelationOwner
Class pfcRelationOwner

# include <pfcModelItem.h>

class
pfcRelationOwner
: public virtual
pfcObject
{
xaideclare(pfcRelationOwner)
...
};


Description
An object of type can have relations assigned to it.
User Guide References:
Direct Known Subclasses:
Method Summary
void
Deletes all relations assigned to the item.
Use Creo Parametric to evaluate the given relations-based expression.
void
The list of the actual relations assigned to the item.
void
Regenerates the relations assigned to the item.
Method Detail
void
DeleteRelations
()
Deletes all relations assigned to the item.
User Guide References:
Returns:
GetRelations
()
void
SetRelations
The list of the actual relations assigned to the item.
In case of a Model, this attribute is a complement of pfcModel::GetPostRegenerationRelations(optional xstringsequence_ptr) which contains post regeneration relations.
User Guide References:
void
RegenerateRelations
()
Regenerates the relations assigned to the item.
User Guide References:
Returns:
EvaluateExpression
(xrstring Expression)
Use Creo Parametric to evaluate the given relations-based expression.
User Guide References:
Parameters:
Expression
Returns:
The calculated value of the expression.
Was this helpful?