M_Rhino_Geometry_Vector3d_Reverse - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3d.Reverse Method

Reverses this vector in place (reverses the direction). If this vector is Invalid, no changes will occur and false will be returned.

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

Syntax

C#

public bool Reverse()

VB

Public Function Reverse As Boolean

Return Value

Type: Boolean
true on success or false if the vector is invalid.

Remarks

Similar to Negate, that is only provided for CLR language compliance.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3d Structure
Rhino.Geometry Namespace

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