Click or drag to resize

PolyLine3ToArray Method

Copies the element on the polyline to new array Point3[].

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point3[] ToArray()

Return Value

Type: Point3
An array containing copies of the element of the polyline.
See Also