Bitbybit Docs
    Preparing search index...

    Class IntersectionDto<T> (Inputs.OCCT)

    Shapes and an edge flag for booleans.intersection, which keeps what the first shape shares with each of the others.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • OptionalkeepEdges: boolean

      Returns IntersectionDto<T>

    Properties

    shapes: T[]

    The shapes; the first is intersected with every other one in turn.

    undefined
    
    keepEdges: boolean

    When false, faces on one surface are merged and their seams removed; when true every edge stays.

    false