M_Rhino_Geometry_Surface_Reverse_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.Reverse Method (Int32, Boolean)

Same as Reverse, but if inPlace is set to true this Surface is modified instead of a new copy being created.

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

Syntax

C#

public Surface Reverse(
	int direction,
	bool inPlace
)

VB

Public Function Reverse ( 
	direction As Integer,
	inPlace As Boolean
) As Surface

Parameters

 

direction
Type: System.Int32
0 for first parameter's domain, 1 for second parameter's domain.
inPlace
Type: System.Boolean
[Missing documentation for "M:Rhino.Geometry.Surface.Reverse(System.Int32,System.Boolean)"]

Return Value

Type: Surface
If inPlace is False, a new reversed surface on success. If inPlace is true, this surface instance is returned on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Reverse Overload
Rhino.Geometry Namespace

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