高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odvectorizeex and clipping, the comeback
odvectorizeex and clipping, the comeback
odvectorizeex and clipping, the comeback
hello support,
when i use odvectorizeex, rebuilt with the 2 modifications suggested by wvk in the post
two sides of the rectangle are inside the viewport, so they should be rendered. of course all that is near the limits of double precision, so, acad using other clipping algorithm may have clipped the polyline altogether.
(i got no diagonal line in the dump, are you sure you did no other modifications (zoom extents+resolution increase)? :
start drawing <acdbpolyline>. . . . [9cf0d]
draw_color_index. . . . . . . . . 2
draw_linewidth
weight. . . . . . . . . . . . . klnwt025
pixellinewidth. . . . . . . . . 0
draw_fill_mode. . . . . . . . . . fillalways
start polylineproc
normal. . . . . . . . . . . . . [0,0 0,0 -1,0]
extrusion . . . . . . . . . . . null
basesubentmarker. . . . . . . . -858993461
numpoints . . . . . . . . . . . 2
vertex[0] . . . . . . . . . . [9891,7 8477,8 0,0]
vertex[1] . . . . . . . . . . [9891,7 8476,2 0,0]
reduced polyline data
start polylineout
numpoints . . . . . . . . . 2
vertex[0] . . . . . . . . [9891,7 8477,8 0,0]
vertex[1] . . . . . . . . [9891,7 8476,2 0,0]
end polylineout
end polylineproc
start polylineproc
normal. . . . . . . . . . . . . [0,0 0,0 -1,0]
extrusion . . . . . . . . . . . null
basesubentmarker. . . . . . . . -2
numpoints . . . . . . . . . . . 2
vertex[0] . . . . . . . . . . [9889,1 8476,2 0,0]
vertex[1] . . . . . . . . . . [9889,1 8477,8 0,0]
reduced polyline data
start polylineout
numpoints . . . . . . . . . 2
vertex[0] . . . . . . . . [9889,1 8476,2 0,0]
vertex[1] . . . . . . . . [9889,1 8477,8 0,0]
end polylineout
end polylineproc
)
vladimir
|