Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • FilletEdgesListDto

Index

Constructors

Properties

Constructors

constructor

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

    • T

    • U

    Parameters

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

    Returns FilletEdgesListDto<T, U>

Properties

edges

edges: U[]

Edges to use for the fillet

default

undefined

radiusList

radiusList: number[]

Radius list for the fillets. The length of this array must match the length of the edges array. Each index corresponds to fillet on the edge at the same index.

default

undefined

shape

shape: T

Shape to apply the fillet

default

undefined

Generated using TypeDoc