BezierSurface.Transpose Method

BezierSurfaceTranspose Method

Transposes surface parameterization (swap U and V)

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public BezierSurface Transpose()
Public Function Transpose As BezierSurface

Return Value

Type: BezierSurface
New transposed surface on success, null on failure.
See Also