Skip to main content

@novorender/api / Alignment

Interface: Alignment

Defined in: @novorender/src/measure/modules/road/index.ts:28

Properties

bottom

readonly bottom: number;

Defined in: @novorender/src/measure/modules/road/index.ts:33


horizontalPointsOfCurvature

readonly horizontalPointsOfCurvature: HorizontalPointOfCurvature[];

Defined in: @novorender/src/measure/modules/road/index.ts:34


objectId

readonly objectId: number;

Defined in: @novorender/src/measure/modules/road/index.ts:29


points

readonly points: ReadonlyVec3[];

Defined in: @novorender/src/measure/modules/road/index.ts:30


stations

readonly stations: number[];

Defined in: @novorender/src/measure/modules/road/index.ts:31


tesselatedSegment

readonly tesselatedSegment: boolean;

Defined in: @novorender/src/measure/modules/road/index.ts:37


top

readonly top: number;

Defined in: @novorender/src/measure/modules/road/index.ts:32


verticalAlignment

readonly verticalAlignment: ReadonlyVec2[];

Defined in: @novorender/src/measure/modules/road/index.ts:36


verticalPointsOfCurvature

readonly verticalPointsOfCurvature: VerticalPointOfCurvature[];

Defined in: @novorender/src/measure/modules/road/index.ts:35