cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Annotations label geometry characteristics

jlapointe
1-Newbie

Annotations label geometry characteristics

Hi,

 

I achieved to change the leader line weight from 1pt to 3pt with graphical interface, however it is not possible to change the geometric shape weight itself. I searched in .xml file:

C:\Users\username\AppData\Roaming\ptc\Illustrate\CalloutTemplates.xml

Code exemple:

<annotation id="itm" hasLeaders="true">

      <name locid="DEFItemNumber"/>

      <description locid="DEFItemNumberDescription"/>

      <tooltip locid="DEFItemNumberTooltip"/>

      <thumbnail url="itm_prop.png"/>

      <leaders>

        <line-style weight="3pt" color="#000000" halo="false" dashes="Solid" start="none" end="none"/>

      </leaders>

      <label canEdit="false">

        <text font="Arial" size="10pt" color="#000000">

          <useproperty category="System" name="pvITM"/>

        </text>

        <shape type="circle" border="true"/>

      </label>

</annotation>

 

My question, how can I change the weight of the circle border?


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
0 REPLIES 0
Top Tags