Bitbybit Docs
    Preparing search index...

    Class DifferenceDto<T> (Inputs.OCCT)

    A main shape and the shapes to cut away from it for booleans.difference.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalshapes: T[]
      • OptionalkeepEdges: boolean

      Returns DifferenceDto<T>

    Properties

    shape: T

    The shape material is removed from.

    undefined
    
    shapes: T[]

    The shapes whose volume is cut away, one after another.

    undefined
    
    keepEdges: boolean

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

    false