FaceFlag
- class m3sh.flags.FaceFlag(*values)[source]
Face flags enumeration (reserved).
Attributes
Reserved for future use.
Special methods
__contains__(other)Returns True if self has at least the same flags set as other.
__iter__()Returns flags in definition order.
__len__()Return the number of members (no aliases)
__getitem__(name)Return the member matching name.