TopologyCylinderDescriptor¶ webVis API ReferenceTopologyCylinderDescriptorInterface TopologyCylinderDescriptorDescribes a topological cylinder entity. See TopologyDescriptor TopologyAPI interface TopologyCylinderDescriptor { area: number; axis: [number, number, number]; center: [number, number, number]; height: number; radius: number;} IndexPropertiesarea axis center height radius Propertiesareaarea: numberThe area of the cylinder. axisaxis: [number, number, number]The axis of the cylinder. centercenter: [number, number, number]The center point of the cylinder. heightheight: numberThe height of the cylinder. radiusradius: numberThe radius of the cylinder.
Describes a topological cylinder entity.
See