Click or drag to resize

PolyLine3Add Method

Add a point to the polyline after the current end point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void Add(
	Point3 pt
)

Parameters

pt
Type: Karamba.GeometryPoint3
Point to add.
See Also