ParticleSystemRemove Method |
Removes a single particle from this system.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic virtual void Remove(
Particle particle
)
Public Overridable Sub Remove (
particle As Particle
)
Parameters
- particle
- Type: Rhino.GeometryParticle
The particle to be removed.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also