Skip to main content

@novorender/web_app / ManholeMeasureValues

Interface: ManholeMeasureValues

Gives values based on selected manhole, must contain a top plane, bottom plane an a cylinder running for atleast 50% of the distance between top and bottom Tesselated manholes will not work

Properties

bottomInner?

readonly optional bottomInner: PlaneValues;

Inner bottom plane, can only be found if circular planes are used, else this is always undefiend

Defined in

@novorender/measure/modules/manhole/index.ts:25


bottomInnerElevation?

readonly optional bottomInnerElevation: number;

Z value of the inner bottom plane, center is used if tilted

Defined in

@novorender/measure/modules/manhole/index.ts:27


bottomOuter

readonly bottomOuter: PlaneValues;

Outer bottom plane of the manhole

Defined in

@novorender/measure/modules/manhole/index.ts:21


bottomOuterElevation

readonly bottomOuterElevation: number;

Z value of the outer bottom plane, center is used if tilted

Defined in

@novorender/measure/modules/manhole/index.ts:23


drawKind

readonly drawKind: "manhole";

Can be drawn by Api.getDrawMeasureEntity

Defined in

@novorender/measure/modules/manhole/index.ts:13


inner?

readonly optional inner: CylinderValues;

Inner cylinder if there are 2 cylinders in the manhole

Defined in

@novorender/measure/modules/manhole/index.ts:29


innerRadius?

readonly optional innerRadius: number;

Radius of the inner cylinder

Defined in

@novorender/measure/modules/manhole/index.ts:31


ObjectId

readonly ObjectId: number;

Object id from the web-gl api

Defined in

@novorender/measure/modules/manhole/index.ts:15


outer

readonly outer: CylinderValues;

Radius of the outer cylinder, outer will be chosen if only one exists

Defined in

@novorender/measure/modules/manhole/index.ts:33


outerRadius

readonly outerRadius: number;

Radius of the outer cylinder

Defined in

@novorender/measure/modules/manhole/index.ts:35


top

readonly top: PlaneValues;

Plane at the top of the manhole

Defined in

@novorender/measure/modules/manhole/index.ts:17


topElevation

readonly topElevation: number;

Z value of the top plane, center is used if tilted

Defined in

@novorender/measure/modules/manhole/index.ts:19