Skip to main content

interface.ManholeMeasureValues

API > 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

ObjectId

readonly ObjectId: number

Object id from the web-gl api

Source

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


bottomInner

bottomInner?: PlaneValues

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

Source

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


bottomInnerElevation

bottomInnerElevation?: number

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

Source

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


bottomOuter

readonly bottomOuter: PlaneValues

Outer bottom plane of the manhole

Source

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


bottomOuterElevation

readonly bottomOuterElevation: number

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

Source

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


drawKind

readonly drawKind: "manhole"

Can be drawn by Api.getDrawMeasureEntity

Source

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


inner

inner?: CylinderValues

Inner cylinder if there are 2 cylinders in the manhole

Source

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


innerRadius

innerRadius?: number

Radius of the inner cylinder

Source

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


outer

readonly outer: CylinderValues

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

Source

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


outerRadius

readonly outerRadius: number

Radius of the outer cylinder

Source

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


top

readonly top: PlaneValues

Plane at the top of the manhole

Source

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


topElevation

readonly topElevation: number

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

Source

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