Click or drag to resize

GeometryExtensionsConvert Method (IEnumerablePoint3)

Convert karamba point to rhino Point3d.

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static IEnumerable<Point3d> Convert(
	this IEnumerable<Point3> v
)

Parameters

v
Type: System.Collections.GenericIEnumerablePoint3
Karamba point.

Return Value

Type: IEnumerablePoint3d
Rhino point.

Usage Note

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