c4d.modules.thinkingparticles.TP_PGroup

Definition

class c4d.modules.thinkingparticles.TP_PGroup

Inheritance

Members

TP_PGroup.NumParticles()

Return the count of particles which belong to this group.

Return type:int
Returns:The count.
TP_PGroup.GetParticles()

Return the particles which belong to this group.

Return type:list of int
Returns:The particles.
TP_PGroup.SetTitle(title)

Sets the group title.

Parameters:title (str) – The title.
TP_PGroup.GetLevel()

Calculates the level of this group. This is the number of parents that the group has.

Return type:int
Returns:Group level.

Table Of Contents