HalfedgeFlag

class m3sh.flags.HalfedgeFlag(*values)[source]

Halfedge flags enumeration.

Attributes

CREASE

Crease flag.

SEAM

Seam 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.