Book - DesignCreation Property

Determines whether the design instance is created when added or when required

Member of Book (PRIM_BOOK)

Data Type - Enumeration

Details

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.

Allowed Values

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


See also

All Component Classes

Technical Reference

  • No labels