Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • FilletEdgeVariableRadiusDto

Index

Constructors

Properties

Constructors

constructor

  • new FilletEdgeVariableRadiusDto<T, U>(shape?: T, edge?: U, radiusList?: number[], paramsU?: number[]): FilletEdgeVariableRadiusDto<T, U>
  • Type parameters

    • T

    • U

    Parameters

    • Optional shape: T
    • Optional edge: U
    • Optional radiusList: number[]
    • Optional paramsU: number[]

    Returns FilletEdgeVariableRadiusDto<T, U>

Properties

edge

edge: U

Edge to use for the fillet

default

undefined

paramsU

paramsU: number[]

List of parameters on the edge to which apply the fillet. Each param must be between 0 and 1.

default

undefined

radiusList

radiusList: number[]

Radius list for the fillets that has to match the paramsU list

default

undefined

shape

shape: T

Shape to apply the fillet

default

undefined

Generated using TypeDoc