Category Solids and parts, Object ProSolid

Function ProSolidRegenerate


Description
Regenerates the specified ProSolid.
Replacement in Object TOOLKIT: pfcSolid::Regenerate
Synopsis
#include <ProSolid.h>
ProErrorProSolidRegenerate(
ProSolid p_handle
/* (In)
The ProSolid to regenerate.
*/
int flags
/* (In)
Bitmask containing one or more of the bit flags PRO_REGEN_*
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully regenerated the ProSolid.
PRO_TK_UNATTACHED_FEATSUnattached features were detected, but there was no regeneration failure
PRO_TK_REGEN_AGAINThe model is too complex to regenerate the first time
PRO_TK_GENERAL_ERRORFailure in regeneration
PRO_TK_BAD_INPUTSIncompatible flags used.
PRO_TK_BAD_CONTEXTInvalid regen flags and/or combination of regeneration flags if mixed with PRO_REGEN_FORCE_REGEN.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Cable Routing
  3. Fundamentals: Objects and Actions
  4. Core: Solids, Parts, and Materials: Regenerating a Solid
  5. Core: Solids, Parts, and Materials: Regenerating a Solid
  6. Core: Solids, Parts, and Materials: Solid Accuracy
  7. Core: Solids, Parts, and Materials: Accessing Material Data
  8. Composite Design
  9. Interface: Data Exchange: Importing Parameter Files

Sample Code References:

  1. pt_examples ( TestAsm.c )
  2. pt_examples ( TestAsm.c )
  3. pt_examples ( TestAsm.c )
  4. pt_examples ( TestProcstep.c )
  5. pt_examples ( TestProcstep.c )
  6. pt_examples ( TestInterface.c )
  7. pt_examples ( TestSolid.c )
  8. pt_geardesign ( GearDesign.c )
  9. pt_geardesign ( GearDesign.c )
  10. pt_userguide ( UgAsmcompConstraint.c )
  11. pt_userguide ( UgAsmcompConstraint.c )
  12. pt_userguide ( UgInterfaceExport.c )
  13. pt_userguide ( UgRelsEdit.c )
  14. pt_userguide ( UgSolidRegen.c )
  15. pt_userguide ( UgXsecMassProps.c )