API 文件集 > Solids and parts > Object ProSolid > Function ProSolidRegenerate
Function ProSolidRegenerate
Description
Regenerates the specified ProSolid.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidRegenerate
(
ProSolid p_handle
/* (In)
The ProSolid to regenerate.
*/
int flags
/* (In)
Bitmask containing one or more of the bit flags PRO_REGEN_*
*/
)
Returns
The function successfully regenerated the ProSolid.
Model is in read-only state.
Unattached features were detected, but there was no regeneration failure
The model is too complex to regenerate the first time
Failure in regeneration
Incompatible flags used.
Invalid regen flags and/or combination of regeneration flags if mixed with PRO_REGEN_FORCE_REGEN.
Sample Code References
User Guide References
這是否有幫助?