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

Class ChamferEdgesTwoDistancesListsDto<T, U, F>

Type parameters

  • T

  • U

  • F

Hierarchy

  • ChamferEdgesTwoDistancesListsDto

Index

Constructors

Properties

Constructors

constructor

  • new ChamferEdgesTwoDistancesListsDto<T, U, F>(shape?: T, edges?: U[], faces?: F[], distances1?: number[], distances2?: number[]): ChamferEdgesTwoDistancesListsDto<T, U, F>
  • Type parameters

    • T

    • U

    • F

    Parameters

    • Optional shape: T
    • Optional edges: U[]
    • Optional faces: F[]
    • Optional distances1: number[]
    • Optional distances2: number[]

    Returns ChamferEdgesTwoDistancesListsDto<T, U, F>

Properties

distances1

distances1: number[]

Distance 1 list for the chamfers

default

undefined

distances2

distances2: number[]

Distance 2 list for the chamfers

default

undefined

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