@novorender/web_app / 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
Defined in
@novorender/measure/modules/core/index.ts:85
centerLineStart
readonly centerLineStart: vec3;
Start of the line going in the center of the cylinder
Defined in
@novorender/measure/modules/core/index.ts:83
kind
readonly kind: "cylinder";
Defined in
@novorender/measure/modules/core/index.ts:79
radius
readonly radius: number;
Cylinder radius