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

    Class ChamferEdgeDistAngleDto<T, U, F>

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledge: U
      • Optionalface: F
      • Optionaldistance: number
      • Optionalangle: number

      Returns ChamferEdgeDistAngleDto<T, U, F>

    Properties

    shape: T

    Shape to apply the chamfer

    undefined
    
    edge: U

    Edge to apply the chamfer to

    undefined
    
    face: F

    Face from which to apply the angle

    undefined
    
    distance: number

    Distance for the chamfer

    0.1
    

    0

    Infinity

    0.01

    angle: number

    Angle for the chamfer

    45
    

    0

    Infinity

    1