Skip to main content
1-Visitor
November 3, 2015
Question

Annotations label geometry characteristics

  • November 3, 2015
  • 0 replies
  • 842 views

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.