Bitbybit Docs
    Preparing search index...

    Class SplitDto<T> (Inputs.OCCT)

    A shape and the shapes to cut it with for operations.splitShapeWithShapes.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalshapes: T[]

      Returns SplitDto<T>

    Properties

    shape: T

    The shape to cut into pieces.

    undefined
    
    shapes: T[]

    The shapes that do the cutting, such as faces or solids passing through the shape.

    undefined
    
    localFuzzyTolerance: number

    How far apart geometry may be and still count as touching, in model units; helps when faces nearly coincide.

    1.0e-4
    

    0

    Infinity

    0.000001

    nonDestructive: boolean

    When true, the inputs stay untouched and the result holds the pieces of every shape involved; when false only the pieces of shape come back.

    true