Automatic dimension detection future request maybe?
All  1-9  10-17

Previous
Next
 From:  pressure (PEER)
11751.10 In reply to 11751.2 
Very nice!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
11751.11 
French version done! )
In fact nothing to do, was yet there! :)
he new DimAuto uses the same UI as the DimHorizontal, DimVertical and DimAligned so it uses those already translated strings. :)
---
Pilou
Is beautiful that please without concept!
My Moi French Site
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11751.12 In reply to 11751.7 
Hi Matadem,

re:
> How do I setup when I start a new drawing either in mm, cm , inch etc
>
> so I can predefine the grid for each type of measurements?

Currently grid properties are global. There isn't anything built in for storing them in a template file but you could set up a script to help with that.


> Let say if it is in mm ...the grid is set at 1
> if it is in cm the grid is set at 0.5

A script that would set this goes like this:

script: if ( moi.geometryDatabase.units == 'Millimeters' ) { moi.grid.size = moi.grid.snapSize = 1.0; } else if ( moi.geometryDatabase.units == 'Centimeters' ) { moi.grid.size = moi.grid.snapSize = 0.5; }

Or another possible way is you could set some values in document user text under File > Notes > Document user text and then the script could look there to get the size to set. Let me know if you want to try that way.

You can open a file as a template file by using right click on the File > Open instead of left click.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Matadem
11751.13 In reply to 11751.12 
Good day...the second option looks like a better choice.
Question on the second choice...as soon as Moi starts it automatically look for the script or I need to activate it?

More automatic as possible would be great.

Tnx!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11751.14 In reply to 11751.13 
Hi Matadem,

re:
> Question on the second choice...as soon as Moi starts it automatically look for the script or I need to activate it?

If you're always starting up a new window for this then it should be possible to have the script automatically run by putting it in the appdata\startup folder.

If you want it to work on an already open window you would need to trigger it yourself.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mk (MARKY)
11751.15 In reply to 11751.2 
Hi Michael,

Works like a charm.

Thank you,
Marek
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
11751.16 
on inclined plane! :)

---
Pilou
Is beautiful that please without concept!
My Moi French Site
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Finema
11751.17 In reply to 11751.16 
Really cool this plugin.
Thanks a lot.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-9  10-17