ToRhinoConvert(Point3) Method

Converts to Rhino's Point3d.

Definition

Namespace: Karamba.GHopper.Geometry
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Point3d Convert(
	this Point3 point
)

Parameters

point  Point3
Point3 to be converted.

Return Value

Point3d
Point3d.

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