Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DivideFaceToUVPointsDto

Index

Constructors

Properties

Constructors

constructor

  • new DivideFaceToUVPointsDto<T>(shape?: T, nrOfPointsU?: number, nrOfPointsV?: number, flat?: boolean): DivideFaceToUVPointsDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional nrOfPointsU: number
    • Optional nrOfPointsV: number
    • Optional flat: boolean

    Returns DivideFaceToUVPointsDto<T>

Properties

flat

flat: boolean

Flatten the output

default

false

nrOfPointsU

nrOfPointsU: number

Number of points on U direction

default

10

minimum

1

maximum

Infinity

step

1

nrOfPointsV

nrOfPointsV: number

Number of points on V direction

default

10

minimum

1

maximum

Infinity

step

1

shape

shape: T

Face shape

default

undefined

Generated using TypeDoc