Click or drag to resize

GeometryExtensionsConvert Method (Line3)

Convert kamaba3D segment to rhino Line.

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static Line Convert(
	this Line3 line
)

Parameters

line
Type: Karamba.GeometryLine3
Karamba line.

Return Value

Type: Line
Rhino line.

Usage Note

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