RhinoCommon API
SurfaceReverse 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)
Since: 5.8

public Surface Reverse( int direction, bool inPlace )
Public Function Reverse ( direction As Integer, inPlace As Boolean ) As Surface
Parameters
- direction
- Type: SystemInt32
0 for first parameter's domain, 1 for second parameter's domain. - inPlace
- Type: SystemBoolean
[Missing <param name="inPlace"/> documentation for "M:Rhino.Geometry.Surface.Reverse(System.Int32,System.Boolean)"]
Return Value
Type: SurfaceIf inPlace is False, a new reversed surface on success. If inPlace is true, this surface instance is returned on success.
