Category Features, Object ProFeature

Function ProFeatureCopyGeomDependSet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProFeatureDSFDependencystateSet
Description

NOTE: This function is deprecated. Use ProFeatureDSFDependencystateSet() instead.

Sets copied references of the specified CopyGeom feature to be dependent on corresponding entities in the "master" model. This means the copy's references are updated when the "master" model is changed.
Synopsis
#include <ProCopyGeom.h>
ProErrorProFeatureCopyGeomDependSet(
ProFeature* feature
/* (In)
The handle to a feature to be checked.
*/
)
Returns
PRO_TK_NO_ERRORThe action has been performed successfully.
PRO_TK_BAD_INPUTSInvalid feature handler.
PRO_TK_INVALID_TYPEThe feature is not of type PRO_FEAT_GEOM_COPY.
PRO_TK_E_FOUNDCopied references in the specified feature are already dependent on the master model.
PRO_TK_NOT_VALIDRequired license not found.

Manual References:

  1. Assembly: Top-down Design: Feature and CopyGeom Feature Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Data Sharing Features