M_Rhino_Geometry_Surface_Reverse - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.Reverse Method (Int32)

Reverses parameterization Domain changes from [a,b] to [-b,-a]

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Surface Reverse(
	int direction
)

VB

Public Function Reverse ( 
	direction As Integer
) As Surface

Parameters

 

direction
Type: System.Int32
0 for first parameter's domain, 1 for second parameter's domain.

Return Value

Type: Surface
a new reversed surface on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Reverse Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️