几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】exporting objects as autocad 3d solids (http://www.dimcax.com/hust/showthread.php?t=16246)

yang686526 2009-05-05 10:33 AM

【转帖】exporting objects as autocad 3d solids
 
exporting objects as autocad 3d solids
exporting objects as autocad 3d solids
we are developing hvac cad application in vc++ 6. to export our objects (ducts/fittings) to autocad .dwg format we have been using dwgdirect library. however, it exports
them as a set of 3d lines.
at this point we need to export them as solids, and opendwg has very limited support for them (as far as i understand - please correct me if i am wrong). can anyone recommend a software library we can use to export our objects (ducts/fittings) as solids?
dwgdirect can be used to export your objects to dwg as meshes (oddbpolygonmesh or oddbpolyfacemesh) or as acis objects (oddbbody or oddb3dsolid).
acis objects in dwgdirect can be created not only by functions like createsphere(), createbox() etc. but also by suplying acis data stream (sat or sab) - acisin().
sergey slezkin
quote:
originally posted by sergey slezkin
dwgdirect can be used to export your objects to dwg as meshes (oddbpolygonmesh or oddbpolyfacemesh) or as acis objects (oddbbody or oddb3dsolid).
acis objects in dwgdirect can be created not only by functions like createsphere(), createbox() etc. but also by suplying acis data stream (sat or sab) - acisin().
is there a code sample how to supply acis data stream? where can i read more about it?
odwriteex sample contains code creating 3dsolids from sat file.
find "sphere.sat" in dbfiller.cpp
sergey slezkin


所有的时间均为北京时间。 现在的时间是 08:43 PM.