- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
find Points of Inflection
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2011 03:07 AM
Hi,
i am looking for a funtion to get the Points of Inflection in a curve which approximates some points in 3D space .
now i use the following function to create the curve: api_mk_ed_cubic
I searched and seems that there is no such algorithm in ACIS.
can you please help me?
thanks
Re: find Points of Inflection
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2011 03:54 PM
Hi,
There is no public function available to get the inflection points in a curve directly. However, you could try to use laws to do the same. You can make a curvature law for the curve and find the roots of that law. This way you can indirectly get the inflection points on the curve. Please take a look at the following links to get more info:
http://doc.spatial.com/index.php/LawSymbol:CURC
http://doc.spatial.com/index.php/SchemeExt:Law:nro
This approach may not work for complicated curves.
Regards,
Sanjeev

