Library | Module

Class pfcRelationOwner



Description

An object of type can have relations assigned to it.
Direct Parent Classes:
pfcObject
Direct Known Subclasses:
pfcModelItem, pfcModel



Property Summary

/* optional */ stringseqRelations
The list of the actual relations assigned to the item.



Method Summary

voidDeleteRelations ()
Deletes all relations assigned to the item.
pfcParamValueEvaluateExpression (string Expression)
Use Creo Parametric to evaluate the given relations-based expression.
voidRegenerateRelations ()
Regenerates the relations assigned to the item.



Property Detail


/* optional */ stringseqRelations

The list of the actual relations assigned to the item.

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





Method Detail


voidDeleteRelations ()

Deletes all relations assigned to the item.



pfcParamValueEvaluateExpression (string Expression)

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



voidRegenerateRelations ()

Regenerates the relations assigned to the item.