Bitbybit Docs
    Preparing search index...

    Class RebuildFaceDegreeDto<T>

    Rebuild (relax/raise) the U and V degrees of a face surface.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionaluDegree: number
      • OptionalvDegree: number
      • Optionaltolerance: number
      • OptionalkeepTrim: boolean

      Returns RebuildFaceDegreeDto<T>

    Properties

    shape: T

    Face whose surface degree is rebuilt.

    undefined
    
    uDegree: number

    Target maximum U degree (lowering relaxes within tolerance; raising is exact; floor 3).

    3
    

    1

    Infinity

    1

    vDegree: number

    Target maximum V degree.

    3
    

    1

    Infinity

    1

    tolerance: number

    Tolerance used when relaxing (approximating) to a lower degree.

    0.0001
    

    0

    Infinity

    0.0001

    keepTrim: boolean

    Keep the face's boundary wires (reliable for a degree raise, which preserves the UV domain); otherwise the face is rebuilt from the surface's natural bounds.

    false