Bitbybit Docs
    Preparing search index...

    Class UnionDto<T> (Inputs.OCCT)

    Shapes and an edge flag for booleans.union, which fuses them into one.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • OptionalkeepEdges: boolean

      Returns UnionDto<T>

    Properties

    shapes: T[]

    The shapes to fuse, joined one after another in this order.

    undefined
    
    keepEdges: boolean

    When false, faces that end up on one surface are merged and their seams removed; when true every edge of the inputs stays.

    false