Skip to main content

interface.Profile

API > Profile

Interface: Profile

2d profile with slope information

Properties

bottom

readonly bottom: number

Lowest Z value on the profile

Source

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


endElevation

readonly endElevation: number

End Z value of the profile

Source

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


profilePoints

readonly profilePoints: ReadonlyVec2[]

Source

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


slopes

readonly slopes: number[]

slope between points for n and n -1

Source

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


startElevation

readonly startElevation: number

Start Z value of the profile

Source

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


top

readonly top: number

Highetst Z value on the profile

Source

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