bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class ChamferEdgesDistsAnglesDto<T, U, F>

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • Optionalfaces: F[]
      • Optionaldistances: number[]
      • Optionalangles: number[]

      Returns ChamferEdgesDistsAnglesDto<T, U, F>

    Properties

    shape: T

    Shape to apply the chamfer

    undefined
    
    edges: U[]

    Edges to apply the chamfers to

    undefined
    
    faces: F[]

    Faces from which to apply the angle of the chamfers

    undefined
    
    distances: number[]

    Distance list for the chamfers

    undefined
    
    angles: number[]

    Angles for the chamfers

    undefined