Click or drag to resize

PolyLine3AddPolyline Method

Add points belonging to another PolyLine3 to the current PolyLine3.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void AddPolyline(
	PolyLine3 other
)

Parameters

other
Type: Karamba.GeometryPolyLine3
Other poly-line to add points from.
Remarks
Points will be added at the end of this PolyLine3.
See Also