PartFeatures

Declaration: TParticles.PartFeatures: TFeatureMatrix;
The property PartFeatures is a user configurable table of mixed-type features. See the description of the class TFeatureMatrix for details. The particle features contain user-defined properties which can be set and edited from within the particle editor.

Hint: Please note that the number of objects of the property PartFeatures is controlled by the class TParticles. Whenever the number of particles is changed the size of the feature table (= the number of objects, NObjects) is adjusted accordingly. Thus it is not a good idea to change the size of the feature table by directly adjusting the parameter NObjects, this will result in undocumented effects.

Hint: In order to access the particles currently loaded in the particle editor you can use the pre-declared global variable PEData.