TessApprox Class Reference

Class Description

This class describes the properties of a tesselation approximation to the mathematical surface.
+ Inheritance diagram for TessApprox:

Public Member Functions

def Getang (self)
 
def Getdist (self)
 
def Getedge (self)
 
def GetmaxSub (self)
 
def GetmaxTris (self)
 
def Getmerge (self)
 
def GetminSub (self)
 
def GetshowInteriorFaces (self)
 
def Getsubdiv (self)
 
def GetTessType (self)
 
def Getu (self)
 
def Getu_iso (self)
 
def Getv (self)
 
def Getv_iso (self)
 
def Getview (self)
 
def Getvpt_cfg (self)
 
def Setang (self, args)
 
def Setdist (self, args)
 
def Setedge (self, args)
 
def SetmaxSub (self, args)
 
def SetmaxTris (self, args)
 
def Setmerge (self, args)
 
def SetminSub (self, args)
 
def SetshowInteriorFaces (self, args)
 
def Setsubdiv (self, args)
 
def SetTessType (self, args)
 
def Setu (self, args)
 
def Setu_iso (self, args)
 
def Setv (self, args)
 
def Setv_iso (self, args)
 
def Setview (self, args)
 
def Setvpt_cfg (self, args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Public Attributes

 this
 

Static Public Attributes

tuple ang = _swig_property(Getang, Setang)
 
tuple dist = _swig_property(Getdist, Setdist)
 
tuple edge = _swig_property(Getedge, Setedge)
 
tuple maxSub = _swig_property(GetmaxSub, SetmaxSub)
 
tuple maxTris = _swig_property(GetmaxTris, SetmaxTris)
 
tuple merge = _swig_property(Getmerge, Setmerge)
 
tuple minSub = _swig_property(GetminSub, SetminSub)
 
tuple showInteriorFaces = _swig_property(GetshowInteriorFaces, SetshowInteriorFaces)
 
tuple subdiv = _swig_property(Getsubdiv, Setsubdiv)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
tuple u = _swig_property(Getu, Setu)
 
tuple u_iso = _swig_property(Getu_iso, Setu_iso)
 
tuple v = _swig_property(Getv, Setv)
 
tuple v_iso = _swig_property(Getv_iso, Setv_iso)
 
tuple view = _swig_property(Getview, Setview)
 
tuple vpt_cfg = _swig_property(Getvpt_cfg, Setvpt_cfg)
 
- 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 Getang (   self)
Getang(TessApprox self) -> float
def Getdist (   self)
Getdist(TessApprox self) -> float
def Getedge (   self)
Getedge(TessApprox self) -> float
def GetmaxSub (   self)
GetmaxSub(TessApprox self) -> int
def GetmaxTris (   self)
GetmaxTris(TessApprox self) -> int
def Getmerge (   self)
Getmerge(TessApprox self) -> float
def GetminSub (   self)
GetminSub(TessApprox self) -> int
def GetshowInteriorFaces (   self)
GetshowInteriorFaces(TessApprox self) -> bool
def Getsubdiv (   self)
Getsubdiv(TessApprox self) -> int
def GetTessType (   self)
GetTessType(TessApprox self) -> int
def Getu (   self)
Getu(TessApprox self) -> int
def Getu_iso (   self)
Getu_iso(TessApprox self) -> int
def Getv (   self)
Getv(TessApprox self) -> int
def Getv_iso (   self)
Getv_iso(TessApprox self) -> int
def Getview (   self)
Getview(TessApprox self) -> bool
def Getvpt_cfg (   self)
Getvpt_cfg(TessApprox self) -> int
def Setang (   self,
  args 
)
Setang(TessApprox self, float ang)
def Setdist (   self,
  args 
)
Setdist(TessApprox self, float dist)
def Setedge (   self,
  args 
)
Setedge(TessApprox self, float edge)
def SetmaxSub (   self,
  args 
)
SetmaxSub(TessApprox self, int maxSub)
def SetmaxTris (   self,
  args 
)
SetmaxTris(TessApprox self, int maxTris)
def Setmerge (   self,
  args 
)
Setmerge(TessApprox self, float merge)
def SetminSub (   self,
  args 
)
SetminSub(TessApprox self, int minSub)
def SetshowInteriorFaces (   self,
  args 
)
SetshowInteriorFaces(TessApprox self, bool showInteriorFaces)
def Setsubdiv (   self,
  args 
)
Setsubdiv(TessApprox self, int sbs)
def SetTessType (   self,
  args 
)
SetTessType(TessApprox self, int t)
def Setu (   self,
  args 
)
Setu(TessApprox self, int u)
def Setu_iso (   self,
  args 
)
Setu_iso(TessApprox self, int u_iso)
def Setv (   self,
  args 
)
Setv(TessApprox self, int v)
def Setv_iso (   self,
  args 
)
Setv_iso(TessApprox self, int v_iso)
def Setview (   self,
  args 
)
Setview(TessApprox self, bool view)
def Setvpt_cfg (   self,
  args 
)
Setvpt_cfg(TessApprox self, int vpt)