M_Rhino_Geometry_Surface_Reverse_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public Surface Reverse(
int direction,
bool inPlace
)
VB
Public Function Reverse (
direction As Integer,
inPlace As Boolean
) As Surface
- 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)"]
Type: Surface
If inPlace is False, a new reversed surface on success. If inPlace is true, this surface instance is returned on success.
Supported in: 6.0.16224.21491, 5D58w