ToRhinoConvert(Line3) Method
Converts to Rhino's Line.
Namespace: Karamba.GHopper.GeometryAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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
- line Line3
- Line3 to be converted.
LineLine.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).