@novorender/api / ManholeMeasureValues
Interface: ManholeMeasureValues
Defined in: @novorender/src/measure/modules/manhole/index.ts:10
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;
Defined in: @novorender/src/measure/modules/manhole/index.ts:24
Inner bottom plane, can only be found if circular planes are used, else this is always undefiend
bottomInnerElevation?
readonly optional bottomInnerElevation: number;
Defined in: @novorender/src/measure/modules/manhole/index.ts:26
Z value of the inner bottom plane, center is used if tilted
bottomOuter
readonly bottomOuter: PlaneValues;
Defined in: @novorender/src/measure/modules/manhole/index.ts:20
Outer bottom plane of the manhole
bottomOuterElevation
readonly bottomOuterElevation: number;
Defined in: @novorender/src/measure/modules/manhole/index.ts:22
Z value of the outer bottom plane, center is used if tilted
drawKind
readonly drawKind: "manhole";
Defined in: @novorender/src/measure/modules/manhole/index.ts:12
Can be drawn by Api.getDrawMeasureEntity
inner?
readonly optional inner: CylinderValues;
Defined in: @novorender/src/measure/modules/manhole/index.ts:28
Inner cylinder if there are 2 cylinders in the manhole
innerRadius?
readonly optional innerRadius: number;
Defined in: @novorender/src/measure/modules/manhole/index.ts:30
Radius of the inner cylinder
ObjectId
readonly ObjectId: number;
Defined in: @novorender/src/measure/modules/manhole/index.ts:14
Object id from the web-gl api
outer
readonly outer: CylinderValues;
Defined in: @novorender/src/measure/modules/manhole/index.ts:32
Radius of the outer cylinder, outer will be chosen if only one exists
outerRadius
readonly outerRadius: number;
Defined in: @novorender/src/measure/modules/manhole/index.ts:34
Radius of the outer cylinder
top
readonly top: PlaneValues;
Defined in: @novorender/src/measure/modules/manhole/index.ts:16
Plane at the top of the manhole
topElevation
readonly topElevation: number;
Defined in: @novorender/src/measure/modules/manhole/index.ts:18
Z value of the top plane, center is used if tilted