Bitbybit Docs
    Preparing search index...

    Class ManifoldSmoothOutDto<T> (Inputs.Manifold)

    A solid and the smoothing settings for manifold.operations.smoothOut.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalmanifold: T
      • OptionalminSharpAngle: number
      • OptionalminSmoothness: number

      Returns ManifoldSmoothOutDto<T>

    Properties

    manifold: T

    The solid to mark for smoothing.

    minSharpAngle: number

    Edges bent more than this, in degrees, stay sharp; the rest are smoothed. At 0 nothing is smoothed.

    60
    

    -Infinity

    Infinity

    1

    minSmoothness: number

    How much the sharp edges are rounded, from 0 for a hard edge to 1 for fully smooth.

    0
    

    0

    1

    0.1