Library | File

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:
pfcComponentFeat::CreateReplaceOp(pfcModel_ptr), pfcSolid::ExecuteFeatureOps(pfcFeatureOperations_ptr, optional pfcRegenInstructions_ptr)



Method Summary

pfcModel_ptrGetNewModel ()
voidSetNewModel (pfcModel_ptr value)
The model that will replace the component's current model when the CompModelReplace operation is executed.


Methods Inherited from Class pfcFeatureOperation:

GetOpFeature



Method Detail

pfcModel_ptrGetNewModel ()
voidSetNewModel (pfcModel_ptr value)

The model that will replace the component's current model when the CompModelReplace operation is executed.