TopologyCylinderDescriptor

Type alias TopologyCylinderDescriptor

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

Describes a topological Cylinder element.

Type declaration

  • area: number

    The length 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.