|
|
| A = _swig_property(_MaxPlus.FacePoints_A_get, _MaxPlus.FacePoints_A_set) |
| |
|
| B = _swig_property(_MaxPlus.FacePoints_B_get, _MaxPlus.FacePoints_B_set) |
| |
|
| C = _swig_property(_MaxPlus.FacePoints_C_get, _MaxPlus.FacePoints_C_set) |
| |
|
| Center = _swig_property(GetCenter) |
| |
|
| Points = _swig_property(lambda self: (self.__getitem__(i) for i in xrange(self.__len__()))) |
| |
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
A read-only collection of three points, usually representing the vertices within a mesh face (or texture face).