|
ToRhinoConvert Method (Line3)
|
Converts to Rhino's Line.
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static Line Convert(
this Line3 line
)
<ExtensionAttribute>
Public Shared Function Convert (
line As Line3
) As Line
public:
[ExtensionAttribute]
static Line Convert(
Line3 line
)
[<ExtensionAttribute>]
static member Convert :
line : Line3 -> Line
Parameters
- line
- Type: Karamba.GeometryLine3
Line3 to be converted.
Return Value
Type:
LineLine.
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