Causes the CAD Application/System to loop through all solids (assemblies and parts) in the environment and regenerate each one

Return Value

none

Remarks

The more efficient manner to do this is to specify the part or assembly by name to regenerate with the CAD.PRT or CAD.ASM Object which will only regenerate a single solid.

Examples

CAD.RegenerateSolids

    or

CAD.RegenerateSolids()