Author Topic: Civil3D - How to get the bulge information from featurelines  (Read 1609 times)

0 Members and 1 Guest are viewing this topic.

huiz

  • Swamp Rat
  • Posts: 919
  • Certified Prof C3D
Civil3D - How to get the bulge information from featurelines
« on: August 23, 2012, 02:20:26 AM »
Featurelines and Survey Figures can be presented with bulges, like 2D polylines. If they contain different elevation values, the result of an explode (or in code the BaseCurve) is a 3D polyline, else it returns a 2D polyline.

Is it possible in .NET to extract the bulge information from a Featureline so I can reproduce a 2D polyline from the vertices and the bulges? Kind of flatten a Featureline and keeping the bulges.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Civil3D - How to get the bulge information from featurelines
« Reply #1 on: August 23, 2012, 08:50:38 AM »
Featurelines are still not exposed, much, in the .NET API, so resort to COM. Using COM there is the GetBulgeAtPoint() method.

huiz

  • Swamp Rat
  • Posts: 919
  • Certified Prof C3D
Re: Civil3D - How to get the bulge information from featurelines
« Reply #2 on: August 23, 2012, 09:09:30 AM »
Ah thanks. I already searched for something like GetBulgeAt functions but could not find anything.

The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.