| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetAllowFixUI
()
Get method for attribute "AllowFixUI" If this is true, the Fix Model interface is displayed if there is an error. |
| boolean | GetForceRegen
()
Get method for attribute "ForceRegen" 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. |
| /*optional*/ Feature | GetFromFeat
()
Get method for attribute "FromFeat" Not used. Reserved for the future. |
| boolean | GetRefreshModelTree
()
Get method for attribute "RefreshModelTree" 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. |
| boolean | GetResolveModeRegen
()
Get method for attribute "ResolveModeRegen" Regenerate in resolve mode |
| boolean | GetResumeExcludedComponents
()
Get method for attribute "ResumeExcludedComponents" 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. |
| boolean | GetUpdateAssemblyOnly
()
Get method for attribute "UpdateAssemblyOnly" 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. |
| boolean | GetUpdateInstances
()
Get method for attribute "UpdateInstances" Updates instances of the solid in memory. This may slow down the regeneration process. |
| void | SetAllowFixUI
(boolean value)
Set method for attribute "AllowFixUI" If this is true, the Fix Model interface is displayed if there is an error. |
| void | SetForceRegen
(boolean value)
Set method for attribute "ForceRegen" 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. |
| void | SetFromFeat
(
/*optional*/
Feature value)
Set method for attribute "FromFeat" Not used. Reserved for the future. |
| void | SetRefreshModelTree
(boolean value)
Set method for attribute "RefreshModelTree" 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. |
| void | SetResolveModeRegen
(boolean value)
Set method for attribute "ResolveModeRegen" Regenerate in resolve mode |
| void | SetResumeExcludedComponents
(boolean value)
Set method for attribute "ResumeExcludedComponents" 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. |
| void | SetUpdateAssemblyOnly
(boolean value)
Set method for attribute "UpdateAssemblyOnly" 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. |
| void | SetUpdateInstances
(boolean value)
Set method for attribute "UpdateInstances" Updates instances of the solid in memory. This may slow down the regeneration process. |
| Method Detail |
|---|
| GetAllowFixUI/SetAllowFixUI |
|---|
| boolean | GetAllowFixUI | () |
| void | SetAllowFixUI | (boolean value) |
If this is true, the Fix Model interface is displayed if there is an error.
|
| GetForceRegen/SetForceRegen |
|---|
| boolean | GetForceRegen | () |
| void | SetForceRegen | (boolean value) |
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.
|
| GetResumeExcludedComponents/SetResumeExcludedComponents |
|---|
| boolean | GetResumeExcludedComponents | () |
| void | SetResumeExcludedComponents | (boolean value) |
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.
|
| GetUpdateAssemblyOnly/SetUpdateAssemblyOnly |
|---|
| boolean | GetUpdateAssemblyOnly | () |
| void | SetUpdateAssemblyOnly | (boolean value) |
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.
|
| GetUpdateInstances/SetUpdateInstances |
|---|
| boolean | GetUpdateInstances | () |
| void | SetUpdateInstances | (boolean value) |
Updates instances of the solid in memory. This may slow down the regeneration process.
|
| GetResolveModeRegen/SetResolveModeRegen |
|---|
| boolean | GetResolveModeRegen | () |
| void | SetResolveModeRegen | (boolean value) |
| Regenerate in resolve mode Allows temporary override of default settings controlling regeneration behavior.
|
| GetFromFeat/SetFromFeat |
|---|
| /*optional*/ Feature | GetFromFeat | () |
| void | SetFromFeat | ( /*optional*/ Feature value) |
Not used. Reserved for the future.
|
| GetRefreshModelTree/SetRefreshModelTree |
|---|
| boolean | GetRefreshModelTree | () |
| void | SetRefreshModelTree | (boolean value) |
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.
|