|
PolyLine3AddPolyline Method
|
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void AddPolyline(
PolyLine3 other
)
Public Sub AddPolyline (
other As PolyLine3
)
public:
void AddPolyline(
PolyLine3^ other
)
member AddPolyline :
other : PolyLine3 -> unit
Parameters
- other
- Type: Karamba.GeometryPolyLine3
Other poly-line to add points from.
RemarksPoints will be added at the end of this
PolyLine3.
See Also