Forum

Please or Register to create posts and topics.

Productivity scripts

Hello all

Here's wishing you a happy New Year and reminding you that I have uploaded a new version of MyRhinoScripts_MHT_VIR.pdf to the Downloads section. The recent addition is a small routine that:

  1. Scales (1:10),
  2. Rotates (along Y-axis), and
  3. Moves (to Origo)

an object to prepare it for 3D-printing. I bet export to .STL or other desired file format could easily be added (if you routinely place your files in one specific destination).

Gerrit has reacted to this post.
Gerrit

- today improved the ForPrint alias. Note that it now utilises a Python-script for the rotation (also added).

Gerrit has reacted to this post.
Gerrit

Hey there!

Just added automatic date and filename change on top of my Dutch template. Easy to add using a Text command and those codes in the text:

Date: %<DateModified("d/M/yyyy", "EU")>%

Filename: %<FileName("3")>%

Cheers!

 

 

Mikkel has reacted to this post.
Mikkel

Great!

Surely, it should be possible to read, say, last four chars of filename and place them in the 'object id'-field..? And - slightly more complex (I think) - prompt for a new 'drawing no.' when modified..?

I tried the filename separation, but couldn't figure it out. A workaround could be placing a field with background over the first part?

A new drawing no. for every new version would be helpful indeed, ill look in to it.

Mikkel has reacted to this post.
Mikkel