Hello,
I have an Alignment (“MyAlignment”) that is labeled with a station-offset-label.
The label-style uses a reference text component that reads the elevation of a profile (“MyProfile”) at that station.
Is it possible to read out the referenced profile (“MyProfile”) and/or the value of that text component (“105.63”)?
ObjectExtension.GetParameters gives me a ton of values but nothing of use for getting the value I need.
I could “recreate” the evaluation of the profile elevation at that station but I’d love for the profile to be obtained automatically without having to specify the profile.
SampleDrawing.dwg (937.5 KB)
Has anyone figured this out? I have a similar situation. I want to use a Station offset by point label that references a cogo point description. my issue is when I use the Label.SetReferenceObject node it does not recognize an alignment station offset label as a viable label input nor does it recognize cogo points as a civil3d object input.
Hi @azigan9LTLT,
Thanks for flagging this. I took a closer look and found an issue with the way these nodes are handling COGO points. We’ll get it fixed!
Thanks! I attached the code I have been working on for reference.
Tile_Alignment Station Labels by cogo point_not-working.dyn (34.2 KB)