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

Class ChamferEdgesTwoDistancesDto<T, U, F>

Type parameters

  • T

  • U

  • F

Hierarchy

  • ChamferEdgesTwoDistancesDto

Index

Constructors

Properties

Constructors

constructor

  • new ChamferEdgesTwoDistancesDto<T, U, F>(shape?: T, edges?: U[], faces?: F[], distance1?: number, distance2?: number): ChamferEdgesTwoDistancesDto<T, U, F>
  • Type parameters

    • T

    • U

    • F

    Parameters

    • Optional shape: T
    • Optional edges: U[]
    • Optional faces: F[]
    • Optional distance1: number
    • Optional distance2: number

    Returns ChamferEdgesTwoDistancesDto<T, U, F>

Properties

distance1

distance1: number

First distance from the face for the chamfer

default

0.1

minimum

0

maximum

Infinity

step

0.01

distance2

distance2: number

Second distance for the chamfer

default

0.2

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