Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • MeshMeshesIntersectionOfShapesDto

Index

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional shapes: T[]
    • Optional precision: number
    • Optional precisionShapes: number[]

    Returns MeshMeshesIntersectionOfShapesDto<T>

Properties

Optional precision

precision: number

Precision of first shape to be used for meshing and computing intersection. Keep in mind that the lower this value is, the more triangles will be produced and thus the slower the computation.

default

0.01

minimum

0

maximum

Infinity

step

0.01

Optional precisionShapes

precisionShapes: number[]

Precision of shapes to be used, if undefined, a universal precision will be used of the first shape

default

undefined

optional

true

Optional shape

shape: T

Shape to use for the base of computations

default

undefined

Optional shapes

shapes: T[]

Second shape to be used for intersection

default

undefined

Generated using TypeDoc