Tronverte
API documentation for Tronverte products.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
tronverte.maya.stormv3.rigging.nodes.sIKStretch.sIKStretch Class Reference

Inherited from tronverte.maya.core.dg.DG. More...

List of all members.

Public Member Functions

def __init__
def createNodeAttributes

Public Attributes

 dgType
 DG type of the node.
 extension
 Extension of the node.
 joint
 joint attribute of the node as tronverte.maya.core.plug.Plug instance.
 ikHandle
 ikHandle attribute of the node as tronverte.maya.core.plug.Plug instance.
 initialDistance
 initialDistance attribute of the node as tronverte.maya.core.plug.Plug instance.
 scale
 scale attribute of the node as tronverte.maya.core.plug.Plug instance.
 enable
 enable attribute of the node as tronverte.maya.core.plug.Plug instance.
 outStretch
 outStretch attribute of the node as tronverte.maya.core.plug.Plug instance.

Detailed Description

Inherited from tronverte.maya.core.dg.DG.

import tronverte.maya.stormv3.rigging.nodes.sIKStretch as tronverte_maya_stormv3_rigging_nodes_sIKStretch
reload(tronverte_maya_stormv3_rigging_nodes_sIKStretch)
sIKStretch = tronverte_maya_stormv3_rigging_nodes_sIKStretch.sIKStretch()



Constructor & Destructor Documentation

def tronverte.maya.stormv3.rigging.nodes.sIKStretch.sIKStretch.__init__ (   self,
  name = None,
  force = True,
  stat = None 
)
# DESCRIPTION
Default constructor.

# ARGUMENTS
name  | str                               | None | in  | * | arg | Name of the node. If node exists it will be set otherwise it will be created.
force | bool                              | True | in  | * | arg | Force creation. Create the node even if it exists. That will affect the given name.
stat  | tronverte.maya.core.status.Status | None | out | * | arg | Status.

# RETURN
None

Member Function Documentation

# DESCRIPTION
Method creates instances of tronverte.maya.core.plug class for each attribute this particular node has.

# ARGUMENTS
None.

# RETURN
None

Member Data Documentation

DG type of the node.

enable attribute of the node as tronverte.maya.core.plug.Plug instance.

Extension of the node.

ikHandle attribute of the node as tronverte.maya.core.plug.Plug instance.

initialDistance attribute of the node as tronverte.maya.core.plug.Plug instance.

joint attribute of the node as tronverte.maya.core.plug.Plug instance.

outStretch attribute of the node as tronverte.maya.core.plug.Plug instance.

scale attribute of the node as tronverte.maya.core.plug.Plug instance.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables