Class DivideFaceToUVPointsDto<T>
Constructors
constructor
- new DivideFaceToUVPointsDto<T>(shape?: T, nrOfPointsU?: number, nrOfPointsV?: number, flat?: boolean): DivideFaceToUVPointsDto<T>
-
Type parameters
Parameters
-
Optional shape: T
-
Optional nrOfPointsU: number
-
Optional nrOfPointsV: number
-
Optional flat: boolean
Properties
flat
flat: boolean
nrOfPointsU
nrOfPointsU: number
nrOfPointsV
nrOfPointsV: number
shape
shape: T
Flatten the output
false