Category Features, Object ProFeature

Function ProFeatureCopyGeomInDependSet


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 independent of corresponding entities in the "master" model. This means the copy's references are not updated when the "master" model is changed.
Synopsis
#include <ProCopyGeom.h>
ProErrorProFeatureCopyGeomInDependSet(
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 independent of 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