Library | Package Java Toolkit

Interface CompModelReplace

package com.ptc.pfc.pfcComponentFeat;

public interface CompModelReplace
  extends com.ptc.pfc.pfcFeature.FeatureOperation



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:
ComponentFeat.CreateReplaceOp(Model), Solid.ExecuteFeatureOps(FeatureOperations, /*optional*/ RegenInstructions)



Method Summary
ModelGetNewModel ()
    Get method for attribute "NewModel"
    The model that will replace the component's current model when the CompModelReplace operation is executed.
voidSetNewModel (Model value)
    Set method for attribute "NewModel"
    The model that will replace the component's current model when the CompModelReplace operation is executed.

Methods Inherited from Interface com.ptc.pfc.pfcFeature.FeatureOperation
GetOpFeature

Method Detail

GetNewModel/SetNewModel

ModelGetNewModel ()
voidSetNewModel (Model value)


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