MaxPlus Python API Reference
Axis Class Reference
+ 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

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

Detailed Description

Axis related utility functions.

Member Function Documentation

◆ EnableConstraints()

def EnableConstraints ( args)
EnableConstraints(int c, bool enabled)

◆ GetConstantRestriction()

def GetConstantRestriction ( )
GetConstantRestriction() -> bool

◆ GetConstraints()

def GetConstraints ( )
GetConstraints() -> int

◆ GetCount()

def GetCount ( )
GetCount() -> int

◆ GetTransformAxis()

def GetTransformAxis ( args)
GetTransformAxis(INode node, int subIndex) -> Matrix3

◆ GetTripodLocked()

def GetTripodLocked ( )
GetTripodLocked() -> bool

◆ PopConstraints()

def PopConstraints ( )
PopConstraints()

◆ PushConstraints()

def PushConstraints ( args)
PushConstraints(int c)

◆ SetConstantRestriction()

def SetConstantRestriction ( args)
SetConstantRestriction(bool onOff)

◆ SetConstraints()

def SetConstraints ( args)
SetConstraints(int c)

◆ SetLockTripods()

def SetLockTripods ( args)
SetLockTripods(bool onOff)