ToRhinoConvert(PolyLine3) Method

Converts to Rhino's PolylineCurve.

Definition

Namespace: Karamba.GHopper.Geometry
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static PolylineCurve Convert(
	this PolyLine3 polyline
)

Parameters

polyline  PolyLine3
Plane3 to be converted.

Return Value

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