ParticleSystem Class

ParticleSystem Class

[Missing <summary> documentation for "T:Rhino.Geometry.ParticleSystem"]

Inheritance Hierarchy
SystemObject
  Rhino.GeometryParticleSystem

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class ParticleSystem : IEnumerable<Particle>, 
	IEnumerable
Public Class ParticleSystem
	Implements IEnumerable(Of Particle), IEnumerable

The ParticleSystem type exposes the following members.

Constructors
  NameDescription
Public methodParticleSystem
Initializes a new instance of the ParticleSystem class
Top
Properties
Methods
  NameDescription
Public methodAdd
Adds a particle to this ParticleSystem. A Particle can only be in one system at a time. If the Particle already exists in a different system, this function will return false. You should remove the particle from the other system first before adding it.
Public methodClear
Remove all Particles from this system.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes a single particle from this system.
Public methodToString (Inherited from Object.)
Public methodUpdate
Calls Update on every particle in the system.
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also