I’m working on a layout for a long railing on a sidewalk that makes angles in X, Y, and Z. I’d like to be able to annotate certain points, but there doesn’t seem to be a way to do that. Is there a way and I just haven’t found it? I guess I could do it with Grasshopper.
Under the Drafting tab you can find various annotation dimensions and leaders.
You can for instance use an Ordinate Dimension and provide a custom annotation for it:
Tried it already. Seems only good for X and Y. I’ve almost got what I want in GH.
You can analyze a point and get xy&z. You could take that and copy it and paste it into a leader.
Okay. I’m partway with you. I can make a Point Coordinate in the text field of the leader. I sometimes forget about that feature. I made one at zero. I can make a block instance. But when I place the block instance it still says 0,0,0 so I’m missing the last part of getting the coordinates to display.
Well, EvaluatePt does work. I would like to get the Point Coordinate thing to work since it allows me to place the values farther away, although the leader is “fixed” as a block. It would be nice if the leader let you grab the text and pull it around where you wanted and have the leader keep up with it. I still am missing something about creating the block definition. @Tom_P I can see you created the first one at zero, then copied the point and leader and dragged it to the left then made a block out of that copy. I tried that and still when I create the block def, the coordinates turn to ### and that’s what I get when I insert the block. I’m missing something.
did you download my file ?
did you use my block definition and isert it at a new position ?
did you look at the text inside the block definition using the “block” trick described in the linked topic ?
inside the block there is a text and it has the following usage auf textfields:
I don’t speak Python, but I did open it up and it looks more or less like what I was working toward in Grasshopper using a C# script. I think ultimately I’ll keep working on it in Grasshopper since I’ve begun doing a lot of these railing layouts that include varying elevations.