高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddb3dsolid to polygon mesh
oddb3dsolid to polygon mesh
oddb3dsolid to polygon mesh
i want to convert a oddb3dsolid to a polygon mesh... i'm guessing i use the brep stuff, but it's still not entirely clear to me how to proceed. any help would be much appreciated .
i use:
oddbobjectptr pnewobj = psolid->decomposeforsave(oddb::vac12, replaceid, exchangexdata);
and next
((oddbentityptr )pnewobj)->explode(entityset);
so i have oddbpolyfacemesh.if you use explode again you obtain oddbface.
excellent - thanks for that - i'll give that a go
that worked a treat - thanks
|