Click or drag to resize

SimpleArrayVector3dToArray Method

Copies the unmanaged array to a managed counterpart.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public Vector3d[] ToArray()

Return Value

Type: Vector3d
The managed array.
See Also