Axis Class Reference

Class Description

Axis related utility functions.
+ Inheritance diagram for Axis:

Public Member Functions

def EnableConstraints (args)
 
def GetConstantRestriction ()
 
def GetConstraints ()
 
def GetCount ()
 
def GetTransformAxis (args)
 
def GetTripodLocked ()
 
def PopConstraints ()
 
def PushConstraints (args)
 
def SetConstantRestriction (args)
 
def SetConstraints (args)
 
def SetLockTripods (args)
 

Static Public Attributes

tuple EnableConstraints = staticmethod(EnableConstraints)
 
tuple GetConstantRestriction = staticmethod(GetConstantRestriction)
 
tuple GetConstraints = staticmethod(GetConstraints)
 
tuple GetCount = staticmethod(GetCount)
 
tuple GetTransformAxis = staticmethod(GetTransformAxis)
 
tuple GetTripodLocked = staticmethod(GetTripodLocked)
 
tuple PopConstraints = staticmethod(PopConstraints)
 
tuple PushConstraints = staticmethod(PushConstraints)
 
tuple SetConstantRestriction = staticmethod(SetConstantRestriction)
 
tuple SetConstraints = staticmethod(SetConstraints)
 
tuple SetLockTripods = staticmethod(SetLockTripods)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def EnableConstraints (   args)
EnableConstraints(int c, bool enabled)
def GetConstantRestriction ( )
GetConstantRestriction() -> bool
def GetConstraints ( )
GetConstraints() -> int
def GetCount ( )
GetCount() -> int
def GetTransformAxis (   args)
GetTransformAxis(INode node, int subIndex) -> Matrix3
def GetTripodLocked ( )
GetTripodLocked() -> bool
def PopConstraints ( )
PopConstraints()
def PushConstraints (   args)
PushConstraints(int c)
def SetConstantRestriction (   args)
SetConstantRestriction(bool onOff)
def SetConstraints (   args)
SetConstraints(int c)
def SetLockTripods (   args)
SetLockTripods(bool onOff)