Click or drag to resize

GeometryExtensionsConvert Method (Vector3)

Convert karamba vector to rhino vector.

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static Vector3d Convert(
	this Vector3 v
)

Parameters

v
Type: Karamba.GeometryVector3
Karamba vector.

Return Value

Type: Vector3d
Rhino vector.

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