COMP Extensions Page
Jump to navigation
Jump to search
Parameters - Extensions Page
The Extensions parameter page sets the component's python extensions. Please see extensions for more information.
Extension
ext
- Sequence of info for creating extensions on this component
Object
ext0object
- A number of class instances that can be attached to the component.
Name
ext0name
- Optional name to search by, instead of the instance class name.
Promote
ext0promote
- Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext
member. Example: n.Somefunction
vs n.ext.Somefunction
Re-Init Extensions
reinitextensions
- Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.