Click or drag to resize

ToRhinoConvert Method (PolyLine3)

Converts to Rhino's PolylineCurve.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static PolylineCurve Convert(
	this PolyLine3 polyline
)

Parameters

polyline
Type: Karamba.GeometryPolyLine3
Plane3 to be converted.

Return Value

Type: PolylineCurve
PolylineCurve.

Usage Note

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