- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to get a point at a 3D distance along a feature line. Currently, there is a method under the Feature Line class that allows you to get a point at a distance along the feature line, called " GetPointAtDist ". There is also a method called " Get3dDistanceAtPoint ".
I notice that the GetPointAtDist method gets the point on the feature line at the 2D projected distance, with its associated elevation on the feature line. Is there any documentation on how this method works? Is it measuring a chord distance of the feature line, or taking feature line points and interpolating between them? I am inclined to use the feature line, since I need to work with the true 3D distance of an alignment and its profile, rather than the projected distance. This gets more important when there are curves in the alignment and profile, and I need to measure true 3d distance along the curves with a small amount of tesselation.
Civil 3D's Point Creation Tools using Measure feature line object or Divide feature line object does not work for my purposes (I need points at varying 3D distances along the object).
Does anyone have any suggestions on a better way to do this using the .NET API?
Any help would be appreciated!
Thanks!
Solved! Go to Solution.