Skip to main content

@novorender/web_app / Profile

Interface: Profile

2d profile with slope information

Properties

bottom

readonly bottom: number;

Lowest Z value on the profile

Defined in

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


endElevation

readonly endElevation: number;

End Z value of the profile

Defined in

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


profilePoints

readonly profilePoints: ReadonlyVec2[];

Defined in

@novorender/measure/modules/profile/index.ts:7


slopes

readonly slopes: number[];

slope between points for n and n -1

Defined in

@novorender/measure/modules/profile/index.ts:9


startElevation

readonly startElevation: number;

Start Z value of the profile

Defined in

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


top

readonly top: number;

Highetst Z value on the profile

Defined in

@novorender/measure/modules/profile/index.ts:11