Bitbybit Docs
    Preparing search index...

    Class NormalizeFaceParametrizationDto<T> (Inputs.OCCT)

    A face and fitting options for shapes.face.normalizeFaceParametrization, which makes equal parameter steps into roughly equal distances.

    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

    The face to reparametrize.

    undefined
    
    normalizeU: boolean

    When true, the U parameter is evened out by distance.

    true
    
    normalizeV: boolean

    When true, the V parameter is evened out by distance.

    true
    
    samples: number

    How many points per direction the surface is resampled at; more is closer to the original and slower.

    24
    

    4

    Infinity

    1

    tolerance: number

    How far the refitted surface may stray from the original, in model units.

    0.0001
    

    0

    Infinity

    0.0001