Bitbybit Docs
    Preparing search index...

    Class DataOnUVDto<T> (Inputs.OCCT)

    Грань и одна позиция UV для shapes.face.pointOnUV, normalOnUV и uvOnFace.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalparamU: number
      • OptionalparamV: number

      Returns DataOnUVDto<T>

    Properties

    shape: T

    Грань для вычисления.

    undefined
    
    paramU: number

    Позиция U как доля от 0 до 1 диапазона U грани.

    0.5
    

    0

    1

    0.1

    paramV: number

    Позиция V как доля от 0 до 1 диапазона V грани.

    0.5
    

    0

    1

    0.1