Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OffsetParametersProperties

Hierarchy

  • OffsetParametersProperties

Index

Properties

Optional bevelRatio

bevelRatio: number

The bevelRatio is multiplied by the offset distance and the result determines how far a mitered offset intersection can be located before it is beveled.

Read more...

Optional geometries

geometries: GeometryProperties[]

The array of geometries to be offset.

Read more...

Optional offsetDistance

offsetDistance: number

Specifies the planar distance for constructing an offset based on the input geometries.

Read more...

Optional offsetHow

offsetHow: "bevelled" | "mitered" | "rounded"

Options that determine how the ends intersect.

Read more...

Optional offsetUnit

offsetUnit: "meters" | "kilometers" | "feet" | "yards" | "miles" | "nautical-miles"

The offset distance unit.

Read more...

Generated using TypeDoc