ColShapeType
Enum Definition
ts
enum ColShapeType {
    Sphere,
    Cylinder,
    Circle,
    Cuboid,
    Rectangle,
    CheckpointCylinder,
    Polygon,
};