CADability dotNET
Reverses the orientation of this surface. The normal vector will point to the other side after this operation. The returned ModOp2D determins how (u,v) coordinates of the parameter space have to be transformed to define the same 3d point.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
ModOp2D ReverseOrientation()
Visual Basic
Function ReverseOrientation As ModOp2D
Visual C++
ModOp2D ReverseOrientation()

Return Value

Transformation of the parameter space

See Also