查看单个帖子
旧 2009-04-21, 01:52 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】才鸟同志,请进来看看

才鸟同志,请进来看看
www.dimcax.com
才鸟同志,请进来看看
autodesk.autocad.geometry中的externalboundedsurface如何创建?它的构造函数是这样的public externalboundedsurface( surfacedefinition, surfacekind); 这个inptr应该指向什么?在arx中,好像是用brep api来从中得到externalboundedsurface的比如: // get the subentity path for a face acdbfullsubentpath subpath(knullsubent); ...... // make a face entity to access the surface acbrface faceentity; faceentity.set(subpath); ...... adesk::uint32 numnurbs = 0; acgeexternalboundedsurface** nurbs = null; faceentity.getsurfaceastrimmednurbs(numnurbs, nurbs); 那么,在.net中应该如何操作呢?.net中没有实现对brep类的托管,应该从哪里入手呢?如果非要使用brep api才能访问externalboundedsurface类,那么为什么不托管brep类?反过来,不托管brep类,仅仅托管了autodesk.autocad.geometry中的surface及其派生类又有什么意义呢?请才鸟指教,谢谢
这个我也不是太清楚,已经帮你问别人了。
c#最适合开发autocad,因为它拥有vb容易的特点,却具有vc++的强大功能。
谢谢才鸟,这个问题困扰我很久了
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)