Determines whether the design instance is created when added or when required
Member of Carousel (PRIM_CARO)
Data Type - Enumeration
DesignCreation determines the time at which design instances are realized. This allows the processing to be deferred until the parts are required. This feature is provide for completeness and is unlikely to be required for most development purposes.
Enum Value | Description |
---|---|
Immediate | Items are realized when the design instance is created |
OnViewing | Items are realized on a needs basis, typically when entering the viewport. This avoids the unnecessary overhead when creating larger volumes of items |
Febuary 18 V14SP2