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