RELOADOBJECTS

Reloads NSC objects into the NSC Editor.

Syntax:

RELOADOBJECTS surface, object
 

Discussion:

The expression for surface must evaluate to an integer surface number corresponding to the non-sequential component surface. For NSC mode, use 1. The expression for object must evaluate to an integer object number, or zero to reload all objects. This keyword may take a significant amount of time to execute, depending upon the number and type of objects defined.

Example:

RELOADOBJECTS 1, 0

Next: