| Library | Module | Frames | Expand |
| Property | AllowFixUI | as Boolean |
| If this is true, the Fix Model interface is displayed if there is an error. | ||
| Property | ForceRegen | as Boolean |
| Forces the solid to fully regenerate. This will regenerate every feature in the solid. If not set, Creo Parametric uses its internal algorithm to determine which features to regenerate. | ||
| Property | FromFeat | as IpfcFeature [optional] |
| Not used. Reserved for the future. | ||
| Property | RefreshModelTree | as Boolean |
| If this is true, refresh the Creo Parametric Model Tree after the regeneration. If this is false (the default) the tree is not refreshed. A model must be active to use this attribute. | ||
| Property | ResolveModeRegen | as Boolean |
| Regenerate in resolve mode | ||
| Property | ResumeExcludedComponents | as Boolean |
| Enables Creo Parametric to resume available excluded components of the simplified representation during regeneration. This can result in a more accurate update of the simplified representation. | ||
| Property | UpdateAssemblyOnly | as Boolean |
| Updates assembly and sub-assembly placements and regenerates assembly features and intersected parts. If the affected assembly is retrieved as a simplified representation, this flag will update the locations of the components.If the flag is not set, the component locations are not updated by default when the simplified representation is retrieved. | ||
| Property | UpdateInstances | as Boolean |
| Updates instances of the solid in memory. This may slow down the regeneration process. | ||
| Function | CCpfcRegenInstructions.Create (AllowFixUI as Boolean [optional], ForceRegen as Boolean [optional], FromFeat as IpfcFeature [optional]) as IpfcRegenInstructions | |
| Creates a new RegenInstructions object. | ||
| Property | AllowFixUI | as Boolean |
|
If this is true, the Fix Model interface is displayed if there is an error. |
| Property | ForceRegen | as Boolean |
|
Forces the solid to fully regenerate. This will regenerate every feature in the solid. If not set, Creo Parametric uses its internal algorithm to determine which features to regenerate. |
| Property | FromFeat | as IpfcFeature [optional] |
|
Not used. Reserved for the future. |
| Property | RefreshModelTree | as Boolean |
|
If this is true, refresh the Creo Parametric Model Tree after the regeneration. If this is false (the default) the tree is not refreshed. A model must be active to use this attribute. |
| Property | ResolveModeRegen | as Boolean |
|
Regenerate in resolve mode Allows temporary override of default settings controlling regeneration behavior. |
| Property | ResumeExcludedComponents | as Boolean |
|
Enables Creo Parametric to resume available excluded components of the simplified representation during regeneration. This can result in a more accurate update of the simplified representation. |
| Property | UpdateAssemblyOnly | as Boolean |
|
Updates assembly and sub-assembly placements and regenerates assembly features and intersected parts. If the affected assembly is retrieved as a simplified representation, this flag will update the locations of the components.If the flag is not set, the component locations are not updated by default when the simplified representation is retrieved. |
| Property | UpdateInstances | as Boolean |
|
Updates instances of the solid in memory. This may slow down the regeneration process. |
| Function | CCpfcRegenInstructions.Create | (AllowFixUI as Boolean [optional], ForceRegen as Boolean [optional], FromFeat as IpfcFeature [optional]) as IpfcRegenInstructions |
|
Creates a new RegenInstructions object.
|