- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Project a curve onto a sheet body returning faces
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-22-2011 02:38 AM
Can anyone please tell me the API which can be used to create list faces by projecting an edge to a face.
input :- Edge and face
Output :- a new Face entity
Re: Project a curve onto a sheet body returning faces
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-26-2011 09:08 AM
Hello Utpal,
Please see http://doc.spatial.com/index.php/HowTo:Project_an_
Regards,
Yogesh
Re: Project a curve onto a sheet body returning faces
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-27-2011 03:43 AM
Dear Yogesh,
This API returns list of edges, which i do not want.
Let me tell, what is my requirement :-
I want to trim a face using a projected curve.(ie. projected curve and the coincident surface (Sheet body trimming using a loop wire))
ex:-
input:- A sheet body ( Face )
input :- A closed wire on the body ( close edge or a periodic spline)
Operation:- Trimming
Output:- The face inside the loop and the face out side the loop ( two new entities)
Project edge /embed wire in faces only imprints.... :(
Re: Project a curve onto a sheet body returning faces
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-27-2011 06:35 AM
Hello Utpal,
Yes- you are right -Those apis would give you the edges. Please try api_embed_wire_in_faces http://doc.spatial.com/qref/ACIS/html/group__BOOLA
Regards,
Yogesh
Re: Project a curve onto a sheet body returning faces
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-29-2011 01:06 AM
Dear Yogesh,
I have tried using embed wire in faces.....this has
ip:- Wire body/Face Body
out:- Wire embedded in the input facebody (ie. Face itself )
Basically is there an API which can do as it has been done in this link , http://doc.spatial.com/index.php/File:ACIS_TSE_bef
Thanks and regards,

