ToRhinoConvert(Vector3) Method

Converts to Rhino's Vector3d.

Definition

Namespace: Karamba.GHopper.Geometry
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Vector3d Convert(
	this Vector3 vector
)

Parameters

vector  Vector3
Vector3 to be converted.

Return Value

Vector3d
Vector3d.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Vector3. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also