Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • MeshMeshIntersectionTwoShapesDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape1: T
    • Optional shape2: T
    • Optional precision1: number
    • Optional precision2: number

    Returns MeshMeshIntersectionTwoShapesDto<T>

Properties

Optional precision1

precision1: 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 precision2

precision2: number

Precision of second 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

shape1

shape1: T

First shape to be used for intersection

default

undefined

shape2

shape2: T

Second shape to be used for intersection

default

undefined

Generated using TypeDoc