Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • Fillet3DWiresDto

Index

Constructors

constructor

  • new Fillet3DWiresDto<T>(shapes?: T[], radius?: number, direction?: Vector3, radiusList?: number[], indexes?: number[]): Fillet3DWiresDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shapes: T[]
    • Optional radius: number
    • Optional direction: Vector3
    • Optional radiusList: number[]
    • Optional indexes: number[]

    Returns Fillet3DWiresDto<T>

Properties

direction

direction: Vector3

Orientation direction for the fillet

default

[0, 1, 0]

Optional indexes

indexes: number[]

List of edge indexes to which apply the fillet, if left empty all edges will be rounded

default

undefined

optional

true

Optional radius

radius: number

Radius of the fillets

default

0.1

minimum

0

maximum

Infinity

step

0.1

optional

true

Optional radiusList

radiusList: number[]

Radius list

default

undefined

optional

true

shapes

shapes: T[]

Shapes to apply the fillets on

default

undefined

Generated using TypeDoc