Click or drag to resize

GeometryExtensionsConvert Method (Vector3f)

[Missing <summary> documentation for "M:Karamba.GHopper.Geometry.GeometryExtensions.Convert(Rhino.Geometry.Vector3f)"]

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

Parameters

vec
Type: Vector3f

[Missing <param name="vec"/> documentation for "M:Karamba.GHopper.Geometry.GeometryExtensions.Convert(Rhino.Geometry.Vector3f)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.GeometryExtensions.Convert(Rhino.Geometry.Vector3f)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Vector3f. 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