Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ChamferDto

Index

Constructors

Properties

Constructors

constructor

  • new ChamferDto<T>(shape?: T, distance?: number, distanceList?: number[], indexes?: number[]): ChamferDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional distance: number
    • Optional distanceList: number[]
    • Optional indexes: number[]

    Returns ChamferDto<T>

Properties

Optional distance

distance: number

Distance for the chamfer

default

0.1

minimum

0

maximum

Infinity

optional

true

step

0.1

Optional distanceList

distanceList: number[]

Distance for the chamfer

default

undefined

optional

true

Optional indexes

indexes: number[]

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

default

undefined

optional

true

shape

shape: T

Shape to apply the chamfer

default

undefined

Generated using TypeDoc