Skip to main content

@novorender/api / CylinderValues

Interface: CylinderValues

Defined in: @novorender/src/measure/modules/core/index.ts:74

CylinderValues is a collection of values for measuring a single cylinder

Properties

centerLineEnd

readonly centerLineEnd: vec3;

Defined in: @novorender/src/measure/modules/core/index.ts:81

End of the line going in the center of the cylinder


centerLineStart

readonly centerLineStart: vec3;

Defined in: @novorender/src/measure/modules/core/index.ts:79

Start of the line going in the center of the cylinder


kind

readonly kind: "cylinder";

Defined in: @novorender/src/measure/modules/core/index.ts:75


radius

readonly radius: number;

Defined in: @novorender/src/measure/modules/core/index.ts:77

Cylinder radius