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

    Class OffsetAdvancedDto<T, U>

    Type Parameters

    • T
    • U
    Index

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalshape: T
      • Optionalface: U
      • Optionaldistance: number
      • Optionaltolerance: number
      • OptionaljoinType: joinTypeEnum
      • OptionalremoveIntEdges: boolean

      Returns OffsetAdvancedDto<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

    joinType: joinTypeEnum

    Join defines how to fill the holes that may appear between parallels to the two adjacent faces. It may take values GeomAbs_Arc or GeomAbs_Intersection: if Join is equal to GeomAbs_Arc, then pipes are generated between two free edges of two adjacent parallels, and spheres are generated on "images" of vertices; it is the default value

    arc
    
    removeIntEdges: boolean

    Removes internal edges

    false