Options
All
  • Public
  • Public/Protected
  • All
Menu
Logo of bit by bit developers

Class ChamferEdgeDistAngleDto<T, U, F>

Type parameters

  • T

  • U

  • F

Hierarchy

  • ChamferEdgeDistAngleDto

Index

Constructors

Properties

Constructors

constructor

  • new ChamferEdgeDistAngleDto<T, U, F>(shape?: T, edge?: U, face?: F, distance?: number, angle?: number): ChamferEdgeDistAngleDto<T, U, F>
  • Type parameters

    • T

    • U

    • F

    Parameters

    • Optional shape: T
    • Optional edge: U
    • Optional face: F
    • Optional distance: number
    • Optional angle: number

    Returns ChamferEdgeDistAngleDto<T, U, F>

Properties

angle

angle: number

Angle for the chamfer

default

45

minimum

0

maximum

Infinity

step

1

distance

distance: number

Distance for the chamfer

default

0.1

minimum

0

maximum

Infinity

step

0.01

edge

edge: U

Edge to apply the chamfer to

default

undefined

face

face: F

Face from which to apply the angle

default

undefined

shape

shape: T

Shape to apply the chamfer

default

undefined

Generated using TypeDoc