VertexFlag
- class m3sh.flags.VertexFlag(*values)[source]
Vertex flags enumeration.
Attributes
Fixed flag.
Corner flag.
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.