|
ToRhinoConvert Method (Vector3)
|
Converts to Rhino's Vector3d[].
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static Vector3d[] Convert(
this Vector3[] vector
)
<ExtensionAttribute>
Public Shared Function Convert (
vector As Vector3()
) As Vector3d()
public:
[ExtensionAttribute]
static array<Vector3d>^ Convert(
array<Vector3>^ vector
)
[<ExtensionAttribute>]
static member Convert :
vector : Vector3[] -> Vector3d[]
Parameters
- vector
- Type: Karamba.GeometryVector3
Vector3[] to be converted.
Return Value
Type:
Vector3dVector3d[].
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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