How to use Dynamo nodes to extract the elevation number from a surface spot elevation label?

I need to convert selected surface spot elevation labels into C3D points. I couldn’t find a way to get the elevation from a label. I’m using C3D 2025. Any dynamo node can achieve this task? Thanks.

Hi @DavidFan74,

You should be able to use the Label.InsertionPoint node for this.

The label insertion point is always clamped to the surface, but if you want to be 110% sure, you could use the Surface.ElevationAtXY or Surface.SamplePoint nodes as well :slight_smile:

4 Likes

It seems work. Those labels are attached to different surfaces. I need to get the numbers from what the labels show on the drawing.

Thanks a lot.

A post was split to a new topic: Putting COGO points in a point group