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

    Class OffsetDto<T, U>

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionalface: U
      • Optionaldistance: number
      • Optionaltolerance: number

      Returns Bit.Inputs.OCCT.OffsetDto<T, U>

    Properties

    shape: T

    Shape to offset

    undefined
    
    face?: U

    Optionally provide face for the offset

    undefined
    

    true

    distance: number

    Distance of offset

    0.2
    

    -Infinity

    Infinity

    0.1

    tolerance: number

    Offset tolerance

    0.1
    

    0

    Infinity

    0.01