Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • FilletEdgesVariableRadiusDto

Index

Constructors

Properties

Constructors

constructor

  • new FilletEdgesVariableRadiusDto<T, U>(shape?: T, edges?: U[], radiusLists?: number[][], paramsULists?: number[][]): FilletEdgesVariableRadiusDto<T, U>
  • Type parameters

    • T

    • U

    Parameters

    • Optional shape: T
    • Optional edges: U[]
    • Optional radiusLists: number[][]
    • Optional paramsULists: number[][]

    Returns FilletEdgesVariableRadiusDto<T, U>

Properties

edges

edges: U[]

Edges to use for the fillet

default

undefined

paramsULists

paramsULists: number[][]

Lists of parameter lists on the edges to which apply the fillet. Each param must be between 0 and 1. Top level array length needs to match the nr of edges used and each second level array needs to match radius length array at the same index.

default

undefined

radiusLists

radiusLists: number[][]

Lists of radius lists for the fillets. Top level array length needs to match the nr of edges used and each second level array needs to match paramsU length array at the same index.

default

undefined

shape

shape: T

Shape to apply the fillet

default

undefined

Generated using TypeDoc