Bitbybit Docs
    Preparing search index...

    Class DataOnUVDto<T> (Inputs.OCCT)

    A face and one UV position for shapes.face.pointOnUV, normalOnUV and 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

    The face to evaluate.

    undefined
    
    paramU: number

    The U position as a fraction from 0 to 1 of the face's U range.

    0.5
    

    0

    1

    0.1

    paramV: number

    The V position as a fraction from 0 to 1 of the face's V range.

    0.5
    

    0

    1

    0.1