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

Class ChamferEdgesDistAngleDto<T, U, F>

Type parameters

  • T

  • U

  • F

Hierarchy

  • ChamferEdgesDistAngleDto

Index

Constructors

Properties

Constructors

constructor

  • new ChamferEdgesDistAngleDto<T, U, F>(shape?: T, edges?: U[], faces?: F[], distance?: number, angle?: number): ChamferEdgesDistAngleDto<T, U, F>
  • Type parameters

    • T

    • U

    • F

    Parameters

    • Optional shape: T
    • Optional edges: U[]
    • Optional faces: F[]
    • Optional distance: number
    • Optional angle: number

    Returns ChamferEdgesDistAngleDto<T, U, F>

Properties

angle

angle: number

Angle for the chamfers

default

45

minimum

0

maximum

Infinity

step

1

distance

distance: number

Distance from the face

default

0.1

minimum

0

maximum

Infinity

step

0.01

edges

edges: U[]

Edges to apply the chamfers to

default

undefined

faces

faces: F[]

Faces from which to apply the angle of the chamfers

default

undefined

shape

shape: T

Shape to apply the chamfer

default

undefined

Generated using TypeDoc