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

    Class ChamferEdgeTwoDistancesDto<T, U, F>

    Type Parameters

    • T
    • U
    • F
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U
      • F

      Parameters

      • Optionalshape: T
      • Optionaledge: U
      • Optionalface: F
      • Optionaldistance1: number
      • Optionaldistance2: number

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

    undefined
    
    distance1: number

    First distance from the face for the chamfer

    0.1
    

    0

    Infinity

    0.01

    distance2: number

    Second distance for the chamfer

    0.2
    

    0

    Infinity

    0.01