- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
create line by point and vector
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-01-2011 05:14 AM - last edited on 03-01-2011 05:17 AM
Re: create line by point and vector
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-01-2011 06:24 AM
Based on the sat file you included, I think the line is there. If you are trying to open it in acis3dt or another application, you need to make sure it facets the curve you made. It might be useful to make an EDGE rather than just a straight, by using api_mk_ed_line (please see http://doc.spatial.com/qref/ACIS/html/group__CSTRM
Whenever possible applications should use topology (FACE objects and EDGE objects) in preference to geometry and generally BODY objects are the prefered version of topology. Our scheme application and other applications may not notice that geometry is there if it is not placed in a BODY.
Finally, to make sure you can see the edges make check that the application you are using to view the file can render edges. In acis3dt.exe this means using the commands (view:gl), (view:edges ON) and (zoom:all).
hopefully this helps.
Eric
Re: create line by point and vector
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-01-2011 04:59 PM
thank you very much!
i know how to create edge by tow point
but now i just want to find the tangent by one point and the tangent direction。。so can you help me
(and sorry for my poor english thank you very much)

