![]() |
【转帖】unexpected Multiple Paths With Some Shapes
unexpected multiple paths with some shapes
unexpected multiple paths with some shapes hi, i have two dwg files attached here issue.dwg and no_issue.dwg. their output dump of odvectorizeex is also attached. problem with issue.dwg is that, when it is imported to illustrator it is broken into multiple number of paths, which is not expected. when importing the attached file (issue.dwg), illustrator gets a call inside our overide of function odgiconveyorgeometry:: plineproc(...). we further simplify the pline using odgigeometrysimplifier:: plineproc(...). the attached file (no_issue.dwg) when simplified using above code results into a single call to our override of odgiconveyorgeometry:: polylineproc() thus ai gets a single path with multiple segments being generated. this is correct and expected. but simplifying the object in (issue.dwg) results in multiple calls into our override of odgiconveyorgeometry:: polylineproc() thus reulting into multiple paths in ai. this is not expected and incorrect. can you elaborate why the simplification mechansim of odgigeometrysimplifier:: plineproc(...) works differently in the 2 cases above? and how this can be fixed? we are using dwgdirect 2.2.0. thanks, harsha attached files the issue.dwg contains polyline with arc segments. while simplifying it circulararcproc() is called a number of times. arcs being simplified result in a number of polylines. |
所有的时间均为北京时间。 现在的时间是 04:17 AM. |