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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Callouts annotation weight Creo Illustrate

jlapointe
1-Newbie

Callouts annotation weight Creo Illustrate

What is present: callout leader line weight is changable in interface.

Idea:  It would be desirable to do the same with the callout label so the border of geometrical form (circle, square...) matches the weight of the leader line.

It would also be desirable to add the possibility to change XML code by adding a property such as weight="Xpt" in shape code as shown in the following code

XML code:

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

     <name locid="Part Number" />

     <description locid="Part Number Callout Style" />

     <tooltip locid="Part Number Callout" />

     <thumbnail url="partno_callout_img.png" />

     <leaders>

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

     </leaders>

     <label canEdit="false">

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

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

          </text>

          <shape type="circle" weight="Xpt"/>

     </label>

</annotation>

0 REPLIES 0
Top Tags