Click or drag to resize

GeometryExtensionsConvert Method (Point3)

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 Point3d Convert(
	this Point3 v
)

Parameters

v
Type: Karamba.GeometryPoint3
Karamba point.

Return Value

Type: Point3d
Rhino point.

Usage Note

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