Interface ShapeOptions

interface ShapeOptions {
    cylinderAxis?: "x" | "y" | "z";
    sphereRadius?: number;
    type?: ShapeType2;
}

Properties

cylinderAxis?: "x" | "y" | "z"
sphereRadius?: number
type?: ShapeType2