Prod.: Engine, ver.: 6010, ID: 60000370, Bug : Union problem with specific polylines.

Bug : Union problem with specific polylines.

Article60000370
TypeBug
ProductEngine
Version6010
Date Added1/4/2008
FixedYes [1/5/2008]
Submitted byGeoff Murrey
Keywords

Subject

Union problem with specific polylines.

Summary

Union problem with specific polylines.

Solution

In 6011 an new method UnionEx was added in vdPolyline object :

Joins the Polyline with an other vdFigure object.
withFigure:The vdFigure object with which the union will take place(vdCircle,vdRect,vdPolyline).</param>
useSamplePoints:If true then divide all arc segments of curves into small line segments.
returns:True if the operation was succesfull.
bool UnionEx(VectorDraw.Professional.vdPrimaries.vdFigure withFigure, bool useSamplePoints);

This method can provide solution where Union fails. We kept Union for backword compatibility.It is recommended to use UnionEx for union operations.