Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • FixClosedDto

Index

Constructors

Properties

Constructors

constructor

  • new FixClosedDto<T>(shape?: T, precision?: number): FixClosedDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional precision: number

    Returns FixClosedDto<T>

Properties

precision

precision: number

Precision for closed wire

default

-0.1

minimum

-Infinity

maximum

Infinity

step

0.0000000001

shape

shape: T

Shape on which action should be performed

default

undefined

Generated using TypeDoc