BodyShape

class BodyShape

Bases: Enum

Enumeration of body shape types.

Attributes Summary

CONICAL

ELLIPTICAL

OGIVE

Attributes Documentation

CONICAL = 1
ELLIPTICAL = 3
OGIVE = 2