pymel.core.nodetypes.NParticle

digraph inheritancecc09cb93fe {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "NParticle" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.NParticle",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "NBase" -> "NParticle" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DeformableShape" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DeformableShape.html#pymel.core.nodetypes.DeformableShape",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "GeometryShape" -> "DeformableShape" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "GeometryShape" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.GeometryShape.html#pymel.core.nodetypes.GeometryShape",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DagNode" -> "GeometryShape" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DagNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DagNode.html#pymel.core.nodetypes.DagNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Entity" -> "DagNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ContainerBase" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.ContainerBase.html#pymel.core.nodetypes.ContainerBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "ContainerBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Entity" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Entity.html#pymel.core.nodetypes.Entity",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ContainerBase" -> "Entity" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "NBase" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.NBase.html#pymel.core.nodetypes.NBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Particle" -> "NBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Particle" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Particle.html#pymel.core.nodetypes.Particle",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DeformableShape" -> "Particle" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class NParticle(*args, **kwargs)

class counterpart of mel function nParticle

The nParticle command creates a new nParticle object from a list of world space points. If an nParticle object is created, the command returns the names of the new particle shape and its associated particle object dependency node. If an object was queried, the results of the query are returned. Per particle attributes can be queried using the particleId or the order of the particle in the particle array. If an object was edited, nothing is returned.

getCache(**kwargs)
Derived from mel command maya.cmds.nParticle
getConserve(**kwargs)
Derived from mel command maya.cmds.nParticle
getCount(**kwargs)
Derived from mel command maya.cmds.nParticle
getDeleteCache(**kwargs)
Derived from mel command maya.cmds.nParticle
getDynamicAttrList(**kwargs)
Derived from mel command maya.cmds.nParticle
getFloatValue(**kwargs)
Derived from mel command maya.cmds.nParticle
getGridSpacing(**kwargs)
Derived from mel command maya.cmds.nParticle
getInherit(**kwargs)
Derived from mel command maya.cmds.nParticle
getJitterBasePoint(**kwargs)
Derived from mel command maya.cmds.nParticle
getJitterRadius(**kwargs)
Derived from mel command maya.cmds.nParticle
getLowerLeft(**kwargs)
Derived from mel command maya.cmds.nParticle
getName(**kwargs)
Derived from mel command maya.cmds.nParticle
getNumJitters(**kwargs)
Derived from mel command maya.cmds.nParticle
getPerParticleDouble(**kwargs)
Derived from mel command maya.cmds.nParticle
getPerParticleVector(**kwargs)
Derived from mel command maya.cmds.nParticle
getPosition(**kwargs)
Derived from mel command maya.cmds.nParticle
getShapeName(**kwargs)
Derived from mel command maya.cmds.nParticle
getUpperRight(**kwargs)
Derived from mel command maya.cmds.nParticle
getVectorValue(**kwargs)
Derived from mel command maya.cmds.nParticle
setCache(val=True, **kwargs)
Derived from mel command maya.cmds.nParticle
setConserve(val=True, **kwargs)
Derived from mel command maya.cmds.nParticle
setCount(val=True, **kwargs)
Derived from mel command maya.cmds.nParticle
setDeleteCache(val=True, **kwargs)
Derived from mel command maya.cmds.nParticle
setInherit(val=True, **kwargs)
Derived from mel command maya.cmds.nParticle
setName(val=True, **kwargs)
Derived from mel command maya.cmds.nParticle
setShapeName(val=True, **kwargs)
Derived from mel command maya.cmds.nParticle

Previous topic

pymel.core.nodetypes.NComponent

Next topic

pymel.core.nodetypes.NRigid

Core

Core Modules

Other Modules

This Page