Bitbybit Docs
    Preparing search index...

    Class NormalizeFaceParametrizationDto<T> (Inputs.OCCT)

    用于 shapes.face.normalizeFaceParametrization 的面和拟合选项,它使相等的参数步长对应大致相等的距离。

    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

    要重新参数化的面。

    undefined
    
    normalizeU: boolean

    为 true 时,U 参数按距离均匀化。

    true
    
    normalizeV: boolean

    为 true 时,V 参数按距离均匀化。

    true
    
    samples: number

    曲面在每个方向重新采样的点数;越多越接近原曲面,也越慢。

    24
    

    4

    Infinity

    1

    tolerance: number

    重新拟合的曲面可以偏离原曲面的距离,以模型单位表示。

    0.0001
    

    0

    Infinity

    0.0001