API Documentation > Interface Classes > Class pfcCompModelReplace
Class pfcCompModelReplace

# include <pfcComponentFeat.h>

class
pfcCompModelReplace
: public virtual
pfcFeatureOperation
{
xaideclare(pfcCompModelReplace)
...
};


Description
A class used to replace one model in a component with another.
Can be used to perform family-table and interchange replacements.
See Also:
Methods Inherited from Class pfcFeatureOperation::
Method Summary
void
The model that will replace the component's current model when the CompModelReplace operation is executed.
Method Detail
GetNewModel
()
void
SetNewModel
(pfcModel_ptr value)
The model that will replace the component's current model when the CompModelReplace operation is executed.
Was this helpful?