c4d.modules.thinkingparticles.TP_PGroup

Definition

class c4d.modules.thinkingparticles.TP_PGroup

  • TP_PGroup.IsSubGroup()
  • TP_PGroup.GetGroupID()

Inheritance

Members

TP_PGroup.NumParticles()

Return the count of particles which belong to this group.

Return type: int
Returns: The count.
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.
TP_PGroup.SetTitle(title)

Sets the group title.

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

Return the particles which belong to this group.

Return type: list of int
Returns: The particles.

Table Of Contents