M_Rhino_Geometry_ParticleSystem_Add - mcneel/rhinocommon-api-docs GitHub Wiki
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.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public virtual bool Add(
Particle particle
)
VB
Public Overridable Function Add (
particle As Particle
) As Boolean
- particle
- Type: Rhino.Geometry.Particle
A particle to be added.
Type: Boolean
true if this particle was added to the system or if is already in the system. false if the particle already exists in a different system.
Supported in: 6.0.16224.21491, 5D58w