Hi All,
I have a Surface and make an offset from it by BRepOffsetAPI_MakeOffsetShape, but it seems that it has some self intersection parts. Is there any way to eliminate these parts.
Thanks for any Idea.
Akbari
Prasad (not verified) Wed, 11/17/2004 - 07:31
Hello,
Any progress :)
Anybody know how to build a thin solid out of surface i.e offsetting
thickness on both sides ( very small amount ) . Is it possible to build such solid ( not shell ) using this API or other alternative Offset API's.
regards
- Prasad
Hi Prasad,
Thank you for your response sir.
I think you are talking about hollowed solids,But how can I use it to eliminate my self intersection parts of the offseted surface?
Could you please explain more?
Regards,
Akbari
Hello Gerhard,
This makes hollowed solids.
I just want to make a thick solid out of a geometric surface
or face. Similar to 'thicken feature' in Solidworks/SolidEdge/Inventor.
Will BRepPrimAPI_MakePrism do what you want. If you want
the face offset in both directions, just offset it in one
direction and apply a transform (translation) of half the
depth in the other direction. The transform can be applied
to the original face or the final solid.
Thanks Rob,
I was able to do what u suggested, but sometimes you may get
self-intersecting solid when my surface has sharp bends and the
offset distance is large.
Anyway u can remove those.
thanks again
- Prasad
Wed, 11/17/2004 - 07:31
Hello,
Any progress :)
Anybody know how to build a thin solid out of surface i.e offsetting
thickness on both sides ( very small amount ) . Is it possible to build such solid ( not shell ) using this API or other alternative Offset API's.
regards
- Prasad
Wed, 11/17/2004 - 11:25
Hi Prasad,
Thank you for your response sir.
I think you are talking about hollowed solids,But how can I use it to eliminate my self intersection parts of the offseted surface?
Could you please explain more?
Regards,
Akbari
Wed, 11/17/2004 - 14:34
Hello Prasad,
BRepOffsetAPI_MakeThickSolid should do the job. Good luck!
Gerhard
Wed, 11/17/2004 - 14:56
Hi Sir,
Thank you, yes I know it but does BRepOffsetAPI_MakeThickSolid really omit the self intersection parts?
Regards,
Akbari
Thu, 11/18/2004 - 06:10
Hello Gerhard,
This makes hollowed solids.
I just want to make a thick solid out of a geometric surface
or face. Similar to 'thicken feature' in Solidworks/SolidEdge/Inventor.
regards
- Prasad
Thu, 11/18/2004 - 13:45
Will BRepPrimAPI_MakePrism do what you want. If you want
the face offset in both directions, just offset it in one
direction and apply a transform (translation) of half the
depth in the other direction. The transform can be applied
to the original face or the final solid.
Fri, 11/19/2004 - 10:23
Thanks Rob,
I was able to do what u suggested, but sometimes you may get
self-intersecting solid when my surface has sharp bends and the
offset distance is large.
Anyway u can remove those.
thanks again
- Prasad
Tue, 11/23/2004 - 09:29
Hi Prasad,
Could you please tell me how you can remove self-intersecting parts?
Regards,
Akbari