Skip to main content

@novorender/api / Profile

Interface: Profile

Defined in: @novorender/src/measure/modules/profile/index.ts:5

2d profile with slope information

Properties​

bottom​

readonly bottom: number;

Defined in: @novorender/src/measure/modules/profile/index.ts:10

Lowest Z value on the profile


endElevation​

readonly endElevation: number;

Defined in: @novorender/src/measure/modules/profile/index.ts:14

End Z value of the profile


profilePoints​

readonly profilePoints: ReadonlyVec2[];

Defined in: @novorender/src/measure/modules/profile/index.ts:6


startElevation​

readonly startElevation: number;

Defined in: @novorender/src/measure/modules/profile/index.ts:12

Start Z value of the profile


top​

readonly top: number;

Defined in: @novorender/src/measure/modules/profile/index.ts:8

Highetst Z value on the profile