Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • EdgesToPointsDto

Index

Constructors

constructor

  • new EdgesToPointsDto<T>(shape?: T, angularDeflection?: number, curvatureDeflection?: number, minimumOfPoints?: number, uTolerance?: number, minimumLength?: number): EdgesToPointsDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional angularDeflection: number
    • Optional curvatureDeflection: number
    • Optional minimumOfPoints: number
    • Optional uTolerance: number
    • Optional minimumLength: number

    Returns EdgesToPointsDto<T>

Properties

angularDeflection

angularDeflection: number

The angular deflection

default

0.1

minimum

0

maximum

Infinity

step

0.01

curvatureDeflection

curvatureDeflection: number

The curvature deflection

default

0.1

minimum

0

maximum

Infinity

step

0.001

minimumLength

minimumLength: number

Minimum length

default

1.0e-7

minimum

0

maximum

Infinity

step

1.0e-7

minimumOfPoints

minimumOfPoints: number

Minimum of points

default

2

minimum

0

maximum

Infinity

step

1

shape

shape: T

Shape to use for parsing edges

default

undefined

uTolerance

uTolerance: number

U tolerance

default

1.0e-9

minimum

0

maximum

Infinity

step

1.0e-9

Generated using TypeDoc