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

    Class ManifoldSimplifyDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalmanifold: T
      • Optionaltolerance: number

      Returns ManifoldSimplifyDto<T>

    Properties

    manifold: T

    Manifold shape

    tolerance?: number

    The maximum distance between the original and simplified meshes. If not given or is less than the current tolerance, the current tolerance is used. The result will contain a subset of the original verts and all surfaces will have moved by less than tolerance.

    undefined
    

    0

    Infinity

    0.001