ReferenceMaker Class Reference

ReferenceMaker Class Reference
+ This reference page is linked to from the following overview topics:

Class Description

A scene entity that owns other scene entities and listens to messages from them.
+ Inheritance diagram for ReferenceMaker:

Public Member Functions

def ClearFlagInHierarchy
 
def DeleteMe
 
def DeleteReference
 
def FindRef
 
def GetNumRefs
 
def GetReference
 
def NotifyChanged
 
def NotifyDependents
 
def ReplaceReference
 
def RescaleWorldUnits
 
- Public Member Functions inherited from Animatable
def AddNewKey
 
def AssignController
 
def CanAssignController
 
def CanCopyAnim
 
def CanCopyTrack
 
def CanDeleteSubAnim
 
def CanMakeUnique
 
def ClearAFlag
 
def ClearAFlagEx
 
def ClearFlagBit
 
def ClearFlagInAllAnimatables
 
def CopyKeysFromTime
 
def DeleteKeyAtTime
 
def DeleteKeyByIndex
 
def DeleteKeys
 
def DeleteSubAnim
 
def DeleteTime
 
def DoesSupportTimeOperations
 
def EditTimeRange
 
def FreeCaches
 
def GetAnimByHandle
 
def GetAnimHandle
 
def GetClassID
 
def GetClassName
 
def GetCustomAttributeContainer
 
def GetHasSubElements
 
def GetKeyIndex
 
def GetKeyTime
 
def GetNextKeyTime
 
def GetNodeName
 
def GetNumKeys
 
def GetNumSubAnims
 
def GetParameterBlock
 
def GetSubAnim
 
def GetSubAnimName
 
def GetSuperClassID
 
def GetTimeRange
 
def InsertTime
 
def IsAnimated
 
def IsKeyAtTime
 
def IsSubClassOf
 
def MoveKeys
 
def ReverseTime
 
def ScaleKeyValues
 
def ScaleTime
 
def SetAFlag
 
def SetAFlagEx
 
def SetFlagBit
 
def SubNumToRefNum
 
def TestAFlag
 
def TestAFlagEx
 
def TestFlagBit
 
- Public Member Functions inherited from InterfaceServer
def GetInterface
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr
 

Static Public Attributes

tuple NumRefs = _swig_property(GetNumRefs)
 
tuple Refs = _swig_property(lambda self: (self.GetReference(i) for i in xrange(self.GetNumRefs())))
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Animatable
tuple AnimHandle = _swig_property(GetAnimHandle)
 
tuple ClassID = _swig_property(GetClassID)
 
tuple ClearFlagInAllAnimatables = staticmethod(ClearFlagInAllAnimatables)
 
tuple GetAnimByHandle = staticmethod(GetAnimByHandle)
 
tuple KeyTimes = _swig_property(lambda self: (self.GetKeyTime(i) for i in xrange(self.GetNumKeys())))
 
tuple NodeName = _swig_property(GetNodeName)
 
tuple NumSubAnims = _swig_property(GetNumSubAnims)
 
tuple ParameterBlock = _swig_property(GetParameterBlock)
 
tuple SubAnimNames = _swig_property(lambda self: (self.GetSubAnimName(i) for i in xrange(self.GetNumSubAnims())))
 
tuple SubAnims = _swig_property(lambda self: (self.GetSubAnim(i) for i in xrange(self.GetNumSubAnims())))
 
tuple SuperClassID = _swig_property(GetSuperClassID)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from InterfaceServer
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def ClearFlagInHierarchy (   self,
  args 
)
ClearFlagInHierarchy(ReferenceMaker self, DWORD mask)
def DeleteMe (   self)
DeleteMe(ReferenceMaker self)
def DeleteReference (   self,
  args 
)
DeleteReference(ReferenceMaker self, int i) -> RefResult
def FindRef (   self,
  args 
)
FindRef(ReferenceMaker self, ReferenceTarget rtarg) -> int
def GetNumRefs (   self)
GetNumRefs(ReferenceMaker self) -> int
def GetReference (   self,
  args 
)
GetReference(ReferenceMaker self, int i) -> ReferenceTarget
def NotifyChanged (   self)
NotifyChanged(ReferenceMaker self) -> RefResult
def NotifyDependents (   self,
  args 
)
NotifyDependents(ReferenceMaker self, int message, Interval changeInt=Autodesk::Max::Forever(), int partID=0, SClass_ID sclass=NOTIFY_ALL, 
    bool propagate=TRUE) -> RefResult
NotifyDependents(ReferenceMaker self, int message, Interval changeInt=Autodesk::Max::Forever(), int partID=0, SClass_ID sclass=NOTIFY_ALL) -> RefResult
NotifyDependents(ReferenceMaker self, int message, Interval changeInt=Autodesk::Max::Forever(), int partID=0) -> RefResult
NotifyDependents(ReferenceMaker self, int message, Interval changeInt=Autodesk::Max::Forever()) -> RefResult
NotifyDependents(ReferenceMaker self, int message) -> RefResult
def ReplaceReference (   self,
  args 
)
ReplaceReference(ReferenceMaker self, int i, ReferenceTarget target, bool delOld=TRUE) -> RefResult
ReplaceReference(ReferenceMaker self, int i, ReferenceTarget target) -> RefResult
def RescaleWorldUnits (   self,
  args 
)
RescaleWorldUnits(ReferenceMaker self, float f)