Skip to main content

Measure API

Measure.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: ObjectId

Object id from the web-gl api


bottomInner​

• Optional Readonly bottomInner: PlaneValues

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


bottomInnerElevation​

• Optional Readonly bottomInnerElevation: number

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


bottomOuter​

• Readonly bottomOuter: PlaneValues

Outer bottom plane of the manhole


bottomOuterElevation​

• Readonly bottomOuterElevation: number

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


drawKind​

• Readonly drawKind: "manhole"

Can be drawn by Api.getDrawMeasureEntity


inner​

• Optional Readonly inner: CylinderValues

Inner cylinder if there are 2 cylinders in the manhole


innerRadius​

• Optional Readonly innerRadius: number

Radius of the inner cylinder


internal​

• Readonly internal: Object

Internal values used for drawing

Type declaration​

NameType
bottomInner?FaceData
bottomOuterFaceData
inner?FaceData
outerFaceData
topFaceData

outer​

• Readonly outer: CylinderValues

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


outerRadius​

• Readonly outerRadius: number

Radius of the outer cylinder


top​

• Readonly top: PlaneValues

Plane at the top of the manhole


topElevation​

• Readonly topElevation: number

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