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

Class ChamferEdgeTwoDistancesDto<T, U, F>

Type parameters

  • T

  • U

  • F

Hierarchy

  • ChamferEdgeTwoDistancesDto

Index

Constructors

Properties

Constructors

constructor

  • new ChamferEdgeTwoDistancesDto<T, U, F>(shape?: T, edge?: U, face?: F, distance1?: number, distance2?: number): ChamferEdgeTwoDistancesDto<T, U, F>
  • Type parameters

    • T

    • U

    • F

    Parameters

    • Optional shape: T
    • Optional edge: U
    • Optional face: F
    • Optional distance1: number
    • Optional distance2: number

    Returns ChamferEdgeTwoDistancesDto<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

edge

edge: U

Edge to apply the chamfer to

default

undefined

face

face: F

Face from which to apply the first distance

default

undefined

shape

shape: T

Shape to apply the chamfer

default

undefined

Generated using TypeDoc