Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • ChamferEdgesListDto

Index

Constructors

Properties

Constructors

constructor

  • new ChamferEdgesListDto<T, U>(shape?: T, edges?: U[], distanceList?: number[]): ChamferEdgesListDto<T, U>
  • Type parameters

    • T

    • U

    Parameters

    • Optional shape: T
    • Optional edges: U[]
    • Optional distanceList: number[]

    Returns ChamferEdgesListDto<T, U>

Properties

distanceList

distanceList: number[]

Distance for the chamfer

default

undefined

edges

edges: U[]

Edges to apply the chamfer to

default

undefined

shape

shape: T

Shape to apply the chamfer

default

undefined

Generated using TypeDoc