bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DivideFaceToUVPointsDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalnrOfPointsU: number
      • OptionalnrOfPointsV: number
      • Optionalflat: boolean

      Returns DivideFaceToUVPointsDto<T>

    Properties

    shape: T

    Face shape

    undefined
    
    nrOfPointsU: number

    Number of points on U direction

    10
    

    1

    Infinity

    1

    nrOfPointsV: number

    Number of points on V direction

    10
    

    1

    Infinity

    1

    flat: boolean

    Flatten the output

    false