pymel.core.nodetypes.GravityField

digraph inheritancec8234f3cff {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "Field" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Field.html#pymel.core.nodetypes.Field",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DynBase" -> "Field" [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)"];
  "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)"];
  "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)"];
  "DynBase" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DynBase.html#pymel.core.nodetypes.DynBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Transform" -> "DynBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "GravityField" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.GravityField",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Field" -> "GravityField" [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];
  "Transform" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Transform.html#pymel.core.nodetypes.Transform",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DagNode" -> "Transform" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class GravityField(*args, **kwargs)

class counterpart of mel function gravity

A gravity field simulates the Earth’s gravitational force. It pulls objects in a fixed direction (generally downward) entirely independent of their position or mass. The transform is the associated dependency node. Use connectDynamic to cause the field to affect a dynamic object. If fields are created, this command returns the names of each of the fields. If a field was queried, the results of the query are returned. If a field was edited, the field name is returned. If object names are provided or the active selection list is non-empty, the command creates a field for every object in the list and calls addDynamic to add it to the object. If the list is empty, the command defaults to -pos 0 0 0. Setting the -pos flag with objects named on the command line is an error. The default for -dx -dy -dz is always the opposite of the current up direction. For example, if the current up direction is (0,1,0) (a standard Maya configuration), then the gravity default is -dx 0 -dy -1 -dz 0. The default for -a is 9.8. 9.8 meters per second squared happens to be standard Earth gravity, but in fact Maya interprets this value as centimeters per second squared. If we were to use it as meters per second squared then with default Maya units, your particles would vanish almost in the wink of an eye. If you want a different value, set it in the gravity option box.

getDirection()

Returns the direction of the gravitational force.

Return type:Vector

Derived from api method maya.OpenMayaFX.MFnGravityField.direction

getDirectionX(**kwargs)

X-component of direction.

Derived from mel command maya.cmds.gravity

getDirectionY(**kwargs)

Y-component of direction.

Derived from mel command maya.cmds.gravity

getDirectionZ(**kwargs)

Z-component of direction Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.gravity

getTorusSectionRadius(**kwargs)
Derived from mel command maya.cmds.gravity
getVolumeExclusion(**kwargs)
Derived from mel command maya.cmds.gravity
getVolumeOffset(**kwargs)
Derived from mel command maya.cmds.gravity
getVolumeShape(**kwargs)
Derived from mel command maya.cmds.gravity
getVolumeSweep(**kwargs)
Derived from mel command maya.cmds.gravity
setDirection(gravityDirection)

Sets the direction vector of the gravitational force.

Parameters:
gravityDirection : Vector

A vector representing direction.

Derived from api method maya.OpenMayaFX.MFnGravityField.setDirection

setDirectionX(val=True, **kwargs)

X-component of direction.

Derived from mel command maya.cmds.gravity

setDirectionY(val=True, **kwargs)

Y-component of direction.

Derived from mel command maya.cmds.gravity

setDirectionZ(val=True, **kwargs)

Z-component of direction Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.gravity

setTorusSectionRadius(val=True, **kwargs)
Derived from mel command maya.cmds.gravity
setVolumeExclusion(val=True, **kwargs)
Derived from mel command maya.cmds.gravity
setVolumeOffset(val=True, **kwargs)
Derived from mel command maya.cmds.gravity
setVolumeShape(val=True, **kwargs)
Derived from mel command maya.cmds.gravity
setVolumeSweep(val=True, **kwargs)
Derived from mel command maya.cmds.gravity

Previous topic

pymel.core.nodetypes.Granite

Next topic

pymel.core.nodetypes.Grid

Core

Core Modules

Other Modules

This Page