bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class SplitDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalshapes: T[]

      Returns SplitDto<T>

    Properties

    shape: T

    Shape to split

    undefined
    
    shapes: T[]

    Shapes to split from main shape

    undefined
    
    localFuzzyTolerance: number

    Local fuzzy tolerance used for splitting

    1.0e-4
    

    0

    Infinity

    0.000001

    nonDestructive: boolean

    Set to true if you want to split the shape non-destructively

    true