Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • SplitDto

Index

Constructors

constructor

  • new SplitDto<T>(shape?: T, shapes?: T[]): SplitDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional shapes: T[]

    Returns SplitDto<T>

Properties

localFuzzyTolerance

localFuzzyTolerance: number

Local fuzzy tolerance used for splitting

default

1.0e-4

minimum

0

maximum

Infinity

step

0.000001

nonDestructive

nonDestructive: boolean

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

default

true

shape

shape: T

Shape to split

default

undefined

shapes

shapes: T[]

Shapes to split from main shape

default

undefined

Generated using TypeDoc