Skip to main content

interface.CylinderValues

API > CylinderValues

Interface: CylinderValues

CylinderValues is a collection of values for measuring a single cylinder

Properties

centerLineEnd

readonly centerLineEnd: vec3

End of the line going in the center of the cylinder

Source

@novorender/measure/modules/core/index.ts:85


centerLineStart

readonly centerLineStart: vec3

Start of the line going in the center of the cylinder

Source

@novorender/measure/modules/core/index.ts:83


kind

readonly kind: "cylinder"

Source

@novorender/measure/modules/core/index.ts:79


radius

readonly radius: number

Cylinder radius

Source

@novorender/measure/modules/core/index.ts:81