SplineKnot Class Reference

Class Description

A single knot in a spline.
+ Inheritance diagram for SplineKnot:

Public Member Functions

def ClearFlag (self, args)
 
def ClearNoSnap (self)
 
def GetAux (self)
 
def GetAux2 (self)
 
def GetAux3 (self)
 
def GetFlag (self, args)
 
def GetFlags (self)
 
def GetInAux (self)
 
def GetInAux2 (self)
 
def GetInAux3 (self)
 
def GetInVec (self)
 
def GetKtype (self)
 
def GetLtype (self)
 
def GetMatID (self)
 
def GetOutAux (self)
 
def GetOutAux2 (self)
 
def GetOutAux3 (self)
 
def GetOutVec (self)
 
def Hide (self)
 
def IsHidden (self)
 
def IsNoSnap (self)
 
def SetAux (self, args)
 
def SetAux2 (self, args)
 
def SetAux3 (self, args)
 
def SetFlag (self, args)
 
def SetInAux (self, args)
 
def SetInAux2 (self, args)
 
def SetInAux3 (self, args)
 
def SetInVec (self, args)
 
def SetKnot (self, args)
 
def SetKtype (self, args)
 
def SetLtype (self, args)
 
def SetMatID (self, args)
 
def SetNoSnap (self)
 
def SetOutAux (self, args)
 
def SetOutAux2 (self, args)
 
def SetOutAux3 (self, args)
 
def SetOutVec (self, args)
 
def Unhide (self)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Public Attributes

 this
 

Static Public Attributes

 AutoKnot = _MaxPlus.SplineKnot_AutoKnot
 
 BezierCornerKnot = _MaxPlus.SplineKnot_BezierCornerKnot
 
 BezierKnot = _MaxPlus.SplineKnot_BezierKnot
 
 CornerKnot = _MaxPlus.SplineKnot_CornerKnot
 
 CurveLineType = _MaxPlus.SplineKnot_CurveLineType
 
 LineLineType = _MaxPlus.SplineKnot_LineLineType
 
 ResetKnot = _MaxPlus.SplineKnot_ResetKnot
 
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 ClearFlag (   self,
  args 
)
ClearFlag(SplineKnot self, DWORD fl)
def ClearNoSnap (   self)
ClearNoSnap(SplineKnot self)
def GetAux (   self)
GetAux(SplineKnot self) -> int
def GetAux2 (   self)
GetAux2(SplineKnot self) -> int
def GetAux3 (   self)
GetAux3(SplineKnot self) -> int
def GetFlag (   self,
  args 
)
GetFlag(SplineKnot self, DWORD fl) -> bool
def GetFlags (   self)
GetFlags(SplineKnot self) -> DWORD
def GetInAux (   self)
GetInAux(SplineKnot self) -> int
def GetInAux2 (   self)
GetInAux2(SplineKnot self) -> int
def GetInAux3 (   self)
GetInAux3(SplineKnot self) -> int
def GetInVec (   self)
GetInVec(SplineKnot self) -> Point3
def GetKtype (   self)
GetKtype(SplineKnot self) -> Autodesk::Max::SplineKnot::KnotType
def GetLtype (   self)
GetLtype(SplineKnot self) -> Autodesk::Max::SplineKnot::LineType
def GetMatID (   self)
GetMatID(SplineKnot self) -> MtlID
def GetOutAux (   self)
GetOutAux(SplineKnot self) -> int
def GetOutAux2 (   self)
GetOutAux2(SplineKnot self) -> int
def GetOutAux3 (   self)
GetOutAux3(SplineKnot self) -> int
def GetOutVec (   self)
GetOutVec(SplineKnot self) -> Point3
def Hide (   self)
Hide(SplineKnot self)
def IsHidden (   self)
IsHidden(SplineKnot self) -> bool
def IsNoSnap (   self)
IsNoSnap(SplineKnot self) -> bool
def SetAux (   self,
  args 
)
SetAux(SplineKnot self, int a)
def SetAux2 (   self,
  args 
)
SetAux2(SplineKnot self, int a)
def SetAux3 (   self,
  args 
)
SetAux3(SplineKnot self, int a)
def SetFlag (   self,
  args 
)
SetFlag(SplineKnot self, DWORD fl, bool val=TRUE)
SetFlag(SplineKnot self, DWORD fl)
def SetInAux (   self,
  args 
)
SetInAux(SplineKnot self, int a)
def SetInAux2 (   self,
  args 
)
SetInAux2(SplineKnot self, int a)
def SetInAux3 (   self,
  args 
)
SetInAux3(SplineKnot self, int a)
def SetInVec (   self,
  args 
)
SetInVec(SplineKnot self, Point3 p)
def SetKnot (   self,
  args 
)
SetKnot(SplineKnot self, Point3 p)
def SetKtype (   self,
  args 
)
SetKtype(SplineKnot self, Autodesk::Max::SplineKnot::KnotType t)
def SetLtype (   self,
  args 
)
SetLtype(SplineKnot self, Autodesk::Max::SplineKnot::LineType t)
def SetMatID (   self,
  args 
)
SetMatID(SplineKnot self, MtlID id)
def SetNoSnap (   self)
SetNoSnap(SplineKnot self)
def SetOutAux (   self,
  args 
)
SetOutAux(SplineKnot self, int a)
def SetOutAux2 (   self,
  args 
)
SetOutAux2(SplineKnot self, int a)
def SetOutAux3 (   self,
  args 
)
SetOutAux3(SplineKnot self, int a)
def SetOutVec (   self,
  args 
)
SetOutVec(SplineKnot self, Point3 p)
def Unhide (   self)
Unhide(SplineKnot self)