Click or drag to resize

GeometryExtensionsConvert Method (PolyLine3)

Create rhino PolyCurve from karamba polyline.

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static PolylineCurve Convert(
	this PolyLine3 p
)

Parameters

p
Type: Karamba.GeometryPolyLine3
Polyline.

Return Value

Type: PolylineCurve

[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.GeometryExtensions.Convert(Karamba.Geometry.PolyLine3)"]

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