Click or drag to resize

PolyLine3InsertRange Method

Adds a point 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 InsertRange(
	int pointIndex,
	PolyLine3 polyline
)

Parameters

pointIndex
Type: SystemInt32
Index of the point in other polyline.
polyline
Type: Karamba.GeometryPolyLine3
Other poly-line.
Remarks
Points will be added starting from a spedicified point index.
See Also