TopologyCylinderDescriptor

Interface TopologyCylinderDescriptor

Describes a topological cylinder entity.

interface TopologyCylinderDescriptor {
    area: number;
    axis: [number, number, number];
    center: [number, number, number];
    height: number;
    radius: number;
}

Properties

area: number

The area of the cylinder.

axis: [number, number, number]

The axis of the cylinder.

center: [number, number, number]

The center point of the cylinder.

height: number

The height of the cylinder.

radius: number

The radius of the cylinder.