SplineKnot Class Reference

Class Description

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

Public Member Functions

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

Public Attributes

 this
 

Static Public Attributes

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) -> int
def GetLtype (   self)
GetLtype(SplineKnot self) -> int
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, int t)
def SetLtype (   self,
  args 
)
SetLtype(SplineKnot self, int 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)