高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】line styles
line styles
line styles
hi,
im pretty new in dwg/dxf world, but very familiar with dgn files and have an easy to solve (at least i hope so...) problem.
i have a dwg file which contains "shared cells". such "shared cell" contains 4 separate lines - each of them having only two poins -> oddbline. two of them have variable thickness (different at starting point than at an end) and are drawn as triangles...
my question is: how to read this variable thickness??
any help will be greatly appreciated.
rafal
autocad entities can't have variable thickness.
but oddbpolyline (and oddb2dpolyline) can have width specified per each segment start and end.
most probably the triangles you have are polylines with 2 vertices forming 1 segment with different start and end widths.
sergey slezkin
|