- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to copy an EDGE from a Wire Body (or any BODY or FACE) such that is independen t?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-25-2010 03:58 PM
I'd like to understand how to copy and EDGE from a Wire Body (or a BODY or FACE) such that it can be used independenly in other functions. I;ve tried using api_copy_entity on the EDGE but this carries along some parent information so that it can't be used like an ordinary edge created via a api_curve_line, etc.
Re: How to copy an EDGE from a Wire Body (or any BODY or FACE) such that is independen t?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-25-2010 07:37 PM
Have you tried api_deep_down_copy_entity....
http://doc.spatial.com/qref/ACIS/html/group__ACISE
Regards,
Yogesh
Re: How to copy an EDGE from a Wire Body (or any BODY or FACE) such that is independen t?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-26-2010 12:16 PM
Thanks! It worked.

