|
GeometryExtensionsConvert Method (Line)
|
Convert rhino line to karamba segment.
Namespace:
Karamba.GHopper.Geometry
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static Line3 Convert(
this Line line
)
<ExtensionAttribute>
Public Shared Function Convert (
line As Line
) As Line3
public:
[ExtensionAttribute]
static Line3 Convert(
Line line
)
[<ExtensionAttribute>]
static member Convert :
line : Line -> Line3
Parameters
- line
- Type: Line
Rhino line.
Return Value
Type:
Line3Karamba segment.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Line. 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