- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
splitting of a body
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-05-2010 09:16 AM
Can we split the body with given specific curvatures
Re: splitting of a body
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-08-2010 10:06 AM
Hello Kishor,
The use case is not clear. Can you please provide more information with some examples? ACIS provides apis which allows customer to boolean the body as they want so if you can identify the right tool you can get the desired result.
Regards,
Yogesh
Re: splitting of a body
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2010 09:04 AM
Thank you yogesh foor the response. Consider a plane (body) having a bump at its centre.i want to split the plane as two different bodies.i.e.plane and bump. is any api which can be used ?
Regards
Kishor
Re: splitting of a body
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2010 09:34 AM
Two ways come to my mind.
1) If you know that a portion of the surface lie along a plane you can create a plane using any 3 points from that region and then slice the input using that plane
2) You can identify the u,v parameter along which the curvature changes (not an easy job if there is not discontunity) and then create curve using these u,v param value and then embed that curve on the surface.
I would recommend considering the first approach.

