高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】exporting 3d and attrib to dwf
exporting 3d and attrib to dwf
exporting 3d and attrib to dwf
i want to do the following: i have a 3d dwg file where each insert have attribs associated with them. i want to convert that file to a dwf (new format with 3d support) where each insert becomes an object and the attribs becomes properties of that object.
what is the shortest way to the target? can the dwf code examples in the newest toolkit be easily modified to achieve this?
or does it come as a single function call on the dwg database object in the next toolkit release... ;-)
-rune jorgensen
you may modify dwf export, to achieve this. dwf toolkit you will have to download from autodesk site. if your application is for windows only, then you probably will not need our porting changes. our dwf libraries were built with v.7.0.2, and current version is 7.2.1, so perhaps a few changes will be necessary in original dwf export code.
vladimir
|