TessApprox Class Reference
This class describes the properties of a tesselation approximation to the mathematical surface.
|
| 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) |
| |
| def | GetUnwrappedPtr (self) |
| |
|
|
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) |
| |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
Getang(TessApprox self) -> float
Getdist(TessApprox self) -> float
Getedge(TessApprox self) -> float
GetmaxSub(TessApprox self) -> int
GetmaxTris(TessApprox self) -> int
Getmerge(TessApprox self) -> float
GetminSub(TessApprox self) -> int
| def GetshowInteriorFaces |
( |
|
self | ) |
|
GetshowInteriorFaces(TessApprox self) -> bool
Getsubdiv(TessApprox self) -> int
GetTessType(TessApprox self) -> int
Getu(TessApprox self) -> int
Getu_iso(TessApprox self) -> int
Getv(TessApprox self) -> int
Getv_iso(TessApprox self) -> int
Getview(TessApprox self) -> bool
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)
Setu(TessApprox self, int u)
| def Setu_iso |
( |
|
self, |
|
|
|
args |
|
) |
| |
Setu_iso(TessApprox self, int u_iso)
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)