PDA

View Full Version : Projection Section Label



enelson.237620
2009-12-18, 10:19 PM
Maybe someone can help out here. I already posted this to the AutoLISP forum.

I have projected cogo points to cross sections, and I need to show more information in the label than the style allows. However, if I reference every label to it's cooresponding cogo point, through properties. I will be able to us all of the properties of the cogo point in my label. (It seems like C3D should already do this, but it doesn't). Could someone help me in writing a routine that does this for all of my labels.

I am thinking this is a simple as selecting all "AECC_SECTION_PROJECTION_LABEL" and setting the -Reference Text Object- to be equal to the -Projection Source Name- minus the word CogoPoint. The -Projection Source Name- appears as "CogoPoint 123". So the -Reference Text Object- need to be "123" and all the referenced labels will now reference the correct source.

I have uploaded a jpg that may expain things further.

Hopefully someone can help either with writing this or assisting me in writing this,
Thanks in advance,
Eric

valejandro_ibarra
2011-01-12, 10:45 PM
i have the same problem did you find anything helpful?