Bitbybit Docs
    Preparing search index...

    Class NormalizeFaceParametrizationDto<T>

    Reparametrize a face so its U and/or V parameter is ~uniform by arc length (even iso spacing).

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalnormalizeU: boolean
      • OptionalnormalizeV: boolean
      • Optionalsamples: number
      • Optionaltolerance: number

      Returns NormalizeFaceParametrizationDto<T>

    Properties

    shape: T

    Face to reparametrize.

    undefined
    
    normalizeU: boolean

    Make the U parameter ~uniform by arc length.

    true
    
    normalizeV: boolean

    Make the V parameter ~uniform by arc length.

    true
    
    samples: number

    Resampling grid resolution per direction (higher = more faithful, slower).

    24
    

    4

    Infinity

    1

    tolerance: number

    Refit tolerance.

    0.0001
    

    0

    Infinity

    0.0001