Customising Callouts in Creo Illustrate (2.0 M020)
I want to create a callout in Creo Illustrate that shows the Description of the object as the text in the callout.
I can see the description property in the pvs file in Creo Illustrate but I cannot get it to populate the callout.
I have added the following snippet to the CalloutTemplates.xml file :
| <annotation id="ship-description" hasLeaders="true"> | |
| <name locid="DEFItemNumber-SHIP"/> | |
| <description locid="DEFItemNumberDescription"/> | |
| <tooltip locid="DEFItemNumberTooltip"/> | |
| <thumbnail url="ship_note.png"/> | |
| <leaders> | |
| <line-style weight="1pt" color="#000000" halo="false" dashes="Solid" start="none" end="none"/> | |
| </leaders> | |
| <label canEdit="true"> | |
| <text font="Arial" size="10pt" color="#000000"> | |
| <useproperty category="PVS File Properties" name="Description"/> | |
| </text> | |
| <shape type="rectangle"/> | |
| </label> | |
| </annotation> |

Did I reference the property value correctly.
I have another (Creo Parametric based) example that has description in the category PROE Parameters and that one works fine.
I also looked at the Creo Illustrate help. But cannot find any reference to customising callouts or any limitations.
Any help or advise is much appreciated.
Thanks,
Theo

