MNMapFace Class Reference
Used to store map vertex information for a given face and map channel.
|
def | Clear (self) |
|
def | Delete (self, args) |
|
def | Flip (self) |
|
def | GetDeg (self) |
|
def | GetTV (self, args) |
|
def | Init (self) |
|
def | Insert (self, args) |
|
def | MNDebugPrint (self) |
|
def | ReplaceVert (self, args) |
|
def | RotateStart (self, args) |
|
def | SetAlloc (self, args) |
|
def | SetDeg (self, args) |
|
def | SetSize (self, args) |
|
def | SetTV (self, args) |
|
def | VertIndex (self, args) |
|
def | GetUnwrappedPtr (self) |
|
|
tuple | deg = _swig_property(GetDeg, SetDeg) |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
tuple | tv = _swig_property(lambda self: (self.GetTV(i) for i in xrange(self.GetDeg()))) |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def Delete |
( |
|
self, |
|
|
|
args |
|
) |
| |
Delete(MNMapFace self, int pos, int num=1)
Delete(MNMapFace self, int pos)
GetDeg(MNMapFace self) -> int
GetTV(MNMapFace self, int i) -> int
def Insert |
( |
|
self, |
|
|
|
args |
|
) |
| |
Insert(MNMapFace self, int pos, int num=1)
Insert(MNMapFace self, int pos)
MNDebugPrint(MNMapFace self)
def ReplaceVert |
( |
|
self, |
|
|
|
args |
|
) |
| |
ReplaceVert(MNMapFace self, int ov, int nv)
def RotateStart |
( |
|
self, |
|
|
|
args |
|
) |
| |
RotateStart(MNMapFace self, int newstart)
def SetAlloc |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetAlloc(MNMapFace self, int d)
def SetDeg |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetDeg(MNMapFace self, int d)
def SetSize |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetSize(MNMapFace self, int d)
SetTV(MNMapFace self, IntList list)
def VertIndex |
( |
|
self, |
|
|
|
args |
|
) |
| |
VertIndex(MNMapFace self, int vv) -> int