|
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)
Syntaxpublic void Add(
Point3 pt
)
Public Sub Add (
pt As Point3
)
public:
void Add(
Point3 pt
)
member Add :
pt : Point3 -> unit
Parameters
- pt
- Type: Karamba.GeometryPoint3
Point to add.
See Also