CoCreate User Forum  

Go Back   CoCreate User Forum > Applications > Annotation

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 03-05-2015, 04:05 PM
gmatelich's Avatar
gmatelich gmatelich is offline
Registered User
 
Join Date: Oct 2002
Location: Bellevue, WA, USA
Posts: 396
dimension index number

I'm looking for a more convenient way to add dimension index numbers to my drawings.

In ME10 we created a bubble number creator:
Code:
DEFINE Bubnum
  READ 'Enter first bubble number' Numb
  LET Numb (STR Numb)
  LOOP
    READ PNT 'indicate point for Bubble number' P1
    TEXT_FRAME BALLOON
    TEXT_RATIO 0.75
    TEXT_SIZE 0.20
    TEXT
    YELLOW Numb P1
    TEXT_RATIO 1
    TEXT_SIZE 0.125
    TEXT_FRAME OFF
    READ PNT 'Pick Start Point of Line' P1
    READ PNT 'Pick End Point of Line' RUBBER_LINE P1 P2
    LINE
    SOLID
    YELLOW P1 P2
    LET N1 (VAL Numb)
    LET N2 (N1+1)
    LET Numb (STR N2)
  END_LOOP
END_DEFINE
Is there something similar I can leverage for Annotation?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 04:56 AM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.