Bitbybit Docs
    Preparing search index...

    Class RebuildFaceDegreeDto<T> (Inputs.OCCT)

    A face, target degrees and a tolerance for shapes.face.rebuildFaceDegree.

    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

    The face whose surface is rebuilt.

    undefined
    
    uDegree: number

    The degree to rebuild to in U; lowering smooths within the tolerance, raising keeps the surface exact, and 3 is the practical minimum.

    3
    

    1

    Infinity

    1

    vDegree: number

    The degree to rebuild to in V, with the same rules as uDegree.

    3
    

    1

    Infinity

    1

    tolerance: number

    How far the rebuilt surface may stray from the old one when a degree is lowered, in model units.

    0.0001
    

    0

    Infinity

    0.0001

    keepTrim: boolean

    When true, the face keeps its boundary wires, which is reliable when raising; when false it covers the whole rebuilt surface.

    false