DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
340 stars 188 forks source link

Alpha-numeric detail numbering... but invert the x-axis! #2012

Closed AWRash closed 6 years ago

AWRash commented 6 years ago

If this issue is not a bug report or improvement request, please check the Dynamo forum, and start a thread there to discuss your issue.

Dynamo 1.3.2.2480

(Which version of Dynamo are you using? Go to Help > About if you're not sure.)

Revit 2018

(Which version of Revit are you using?)

Windows 10

(e.g. Windows 7, Windows 8.1, etc)

What did you do?

Auto-naming views on sheet in alpha-numeric order

What did you expect to see?

The script I've cobbled together from various videos works, but the catch for this particular task requires inverting the x-axis so theoretical detail view "1A" will be on the lower right-hand side near title block, instead of at the binding side. I'll be upfront, I've got very little Dynamo skills and even less Python... but basic premises of each understood. I think the fix lies in inverting the x-axis in the Viewport Properties node python script. capture 2

Is there some python language which can invert the 0 position (so to speak) to have the desired outcome below? Many thanks from a green newb.

(capture))

AWRash commented 6 years ago

let me know if it would help anyone to have the .dyn file to facilitate a solution

andydandy74 commented 6 years ago

You should take this question to the forum: https://forum.dynamobim.com/ The GitHub site is for recording bugs and feature requests only.

AWRash commented 6 years ago

Sorry for for misunderstanding where to post this - I'll close the issue