|
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)
Syntaxpublic Point3[] ToArray()
Public Function ToArray As Point3()
public:
array<Point3>^ ToArray()
member ToArray : unit -> Point3[]
Return Value
Type:
Point3An array containing copies of the element of the polyline.
See Also