Click or drag to resize

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
Syntax
public Surface Reverse(
	int direction,
	bool inPlace
)

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: Surface
If inPlace is False, a new reversed surface on success. If inPlace is true, this surface instance is returned on success.
See Also