Class FlipFaceUVDto<T> (Inputs.OCCT)
Constructors
constructor
new FlipFaceUVDto<T>( shape?: T, swapUV?: boolean, reverseU?: boolean, reverseV?: boolean,): FlipFaceUVDto<T> Parameters
Optionalshape: TOptionalswapUV: booleanOptionalreverseU: booleanOptionalreverseV: boolean
Properties
shape
swapUV
swapUV: boolean
reverseU
reverseU: boolean
reverseV
reverseV: boolean
Flip a face's UV parametrization: swap U/V and/or reverse the U or V direction.