Bitbybit Docs
    Preparing search index...

    Class ChamferEdgeDistAngleDto<T, U, F> (Inputs.OCCT)

    A shape, one of its edges, a face at that edge, a distance and an angle for fillets.chamferEdgeDistAngle.

    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

    The shape the edge belongs to.

    undefined
    
    edge: U

    The edge to bevel.

    undefined
    
    face: F

    One of the two faces meeting at the edge; the distance is measured on it and the angle from it.

    undefined
    
    distance: number

    How far from the edge the bevel starts on the face, in model units.

    0.1
    

    0

    Infinity

    0.01

    angle: number

    The slope of the bevel away from the face, in degrees; 45 gives an even chamfer.

    45
    

    0

    Infinity

    1