Bitbybit Docs
    Preparing search index...

    Class FaceSubdivisionDto<T> (Inputs.OCCT)

    用于 shapes.face.subdivideToPointssubdivideToNormalssubdivideToUV 的面和分割网格;U 和 V 的数量设定网格,偏移和移除标志调整其行。

    Type Parameters

    • T
    Index

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalnrDivisionsU: number
      • OptionalnrDivisionsV: number
      • OptionalshiftHalfStepU: boolean
      • OptionalremoveStartEdgeU: boolean
      • OptionalremoveEndEdgeU: boolean
      • OptionalshiftHalfStepV: boolean
      • OptionalremoveStartEdgeV: boolean
      • OptionalremoveEndEdgeV: boolean

      Returns FaceSubdivisionDto<T>

    Properties

    shape: T

    要在其上铺设网格的面。

    undefined
    
    nrDivisionsU: number

    跨 U 范围从边到边有多少行点。

    10
    

    1

    Infinity

    1

    nrDivisionsV: number

    每行跨 V 范围从边到边有多少个点。

    10
    

    1

    Infinity

    1

    shiftHalfStepU: boolean

    为 true 时,每个点在 U 方向移动半步;在圆柱等闭合面上这可使点避开接缝。

    false
    
    removeStartEdgeU: boolean

    为 true 时,省略 U 范围起始处的行。

    false
    
    removeEndEdgeU: boolean

    为 true 时,省略 U 范围结束处的行。

    false
    
    shiftHalfStepV: boolean

    为 true 时,每个点在 V 方向移动半步;在圆柱等闭合面上这可使点避开接缝。

    false
    
    removeStartEdgeV: boolean

    为 true 时,每行都省略 V 范围起始处的点。

    false
    
    removeEndEdgeV: boolean

    为 true 时,每行都省略 V 范围结束处的点。

    false