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

    Class ChamferEdgesDistAngleDto<T, U, F>

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledges: U[]
      • Optionalfaces: F[]
      • Optionaldistance: number
      • Optionalangle: number

      Returns ChamferEdgesDistAngleDto<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
    
    distance: number

    Distance from the face

    0.1
    

    0

    Infinity

    0.01

    angle: number

    Angle for the chamfers

    45
    

    0

    Infinity

    1