Bitbybit Docs
    Preparing search index...

    Class MeshMeshesIntersectionOfShapesDto<T> (Inputs.OCCT)

    A main shape, other shapes and their meshing precisions for booleans.meshMeshIntersectionOfShapesWires and meshMeshIntersectionOfShapesPoints.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalshapes: T[]
      • Optionalprecision: number
      • OptionalprecisionShapes: number[]

      Returns MeshMeshesIntersectionOfShapesDto<T>

    Properties

    shape: T

    The main shape every other shape is intersected with.

    undefined
    
    precision?: number

    The meshing tolerance of the main shape in model units; smaller follows curves more closely and costs more triangles.

    0.01
    

    0

    Infinity

    0.01

    shapes: T[]

    The other shapes, each intersected with the main one.

    undefined
    
    precisionShapes?: number[]

    One meshing tolerance per other shape; leave it out to mesh them all at precision.

    undefined
    

    true