TopologyCylinderDescriptor

Interface TopologyCylinderDescriptor

Describes a topological Cylinder element.

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

Properties

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.


Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: