Bitbybit Docs
    Preparing search index...

    Class DataOnUVsDto<T> (Inputs.OCCT)

    A face and several UV positions for shapes.face.pointsOnUVs and normalsOnUVs.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalparamsUV: [number, number][]

      Returns DataOnUVsDto<T>

    Properties

    shape: T

    The face to evaluate.

    undefined
    
    paramsUV: [number, number][]

    The positions as [u, v] pairs, each a fraction from 0 to 1 of the face's range, one result each.

    [[0.5, 0.5]]