This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com

c4d.modules.thinkingparticles.TP_PGroup - a Thinking Particles group

class c4d.modules.thinkingparticles.TP_PGroup

  • TPGroup.IsSubGroup()
  • TPGroup.GetGroupID()

SuperClass

BaseList2D

Methods

TPGroup.NumParticles()

Return the count of particles which belong to this group.

Return type:int
Returns:The count.
TPGroup.GetLevel()

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

Return type:int
Returns:Group level.
TPGroup.SetTitle(title)

Sets the group title.

Parameter:title (str) – The title.
TPGroup.GetParticles()

Return the particles which belong to this group.

Return type:list of int
Returns:The particles.

Table Of Contents

This Page