Announcement
Collapse
No announcement yet.
Placing views on sheets
Collapse
X
-
Hello Andrew,
That node in particular is relatively fickle. Most people are using a Python version that skips the need to place a view on a sheet to actually create them.
Have a look at this link: https://forum.dynamobim.com/t/excel-...on-sheets/5307
Good luck!
Sol Amour
Architectural Explorer, Digital warrior, Affectual adventurer and Curious Human Being
Portfolio Website @ Cargo Collective
-
This is great! nice post and link!RB Cameron, AIA, LEED AP, EDAC, NCARB
Architect - Parametric Designer - Visualization Instructor
Download Healthcare Revit Models
Download Revit+3dsMax Models
Comment
-
Andrew,
I just went through this myself. Check out these post that helped me get the job done.
Create new sheet each time dynamo runs and place elements on sheet
https://forum.dynamobim.com/t/create-new-sheet-each-run/7536
Move View Titles (this cannot be done)
Hi @Steven_Hansen, As far as I’m aware you can’t move the Viewport Title with the API which makes it very unlikely it can be done in Dynamo. I’m not certain if there has been a fix for this in 2017.1 but I had the same issue a while back when adding sheets to views. If someone does know how I would like to know also! Cheers, Dan
Placing views on a sheet
Good Morning all, I am trying to create a standard sheet generator. It will create a new sheet with our title block, General Notes, Sheet Notes, Key Notes, Key Plan, Graphic Scale, and a North Arrow. At this time I am not looking for anything fancy with excel and creating 200 sheets at a time. 80% of our sheets have all of these things in the same spot. It would be really nice to automate creating a standard sheet. I figured this would be a very simple task but boy was I wrong. so “Sheet.ByNa...
I would note that to make all of this work easily you may need to move your title-block to 0,0. My firms was about 11/512" off from this point making it impossible to get things to line up. I ended up having dynamo draw a line starting from 0,0 to somewhere else (Only way I could figure out how to move the title block accurately). Sucks if you want to incorporate into existing projects but everything now lines up perfectly.
Comment
-
Originally posted by ScubaMan View PostI ended up having dynamo draw a line starting from 0,0 to somewhere else (Only way I could figure out how to move the title block accurately). Sucks if you want to incorporate into existing projects but everything now lines up perfectly.
Comment
-
Originally posted by irneb View PostAn alternative way (without Dynamo or other programming) is to draw the lines in AutoCAD (where you can specific exact XYZ coordinates) then link the DWG onto the sheet using the Auto Origin to Origin option.
Comment
Related Topics
Collapse
-
I'm stuck on getting Dynamo to create sheets. I can read the data from the spreadsheet but I can't get the sheets to actually create... I've tried the...
-
Channel: Dynamo BIM
December 8, 2015, 06:04 PM -
-
In this script I want to create Views from Levels, Sheets from Excel and placing the Views on the created Sheets, all at the same time using ONE script....
-
Channel: Dynamo BIM
November 20, 2019, 07:48 PM -
-
Stupid question:
I'm trying to place some dependent views onto sheets. I can collect the views, the sheets, the viewport location from the reference...-
Channel: Dynamo BIM
June 26, 2018, 02:02 PM -
-
Just posted this in DynamoBIM, but I figured, I'd try here, too.
I’ve found the Sheet.ByNameNumberTitleBlockAndViews node, which creates...-
Channel: Dynamo BIM
May 3, 2016, 04:59 PM -
-
good day all,
Just discovered dynamo.
for my first task, I am creating all my sheets from excel and so far so good, but I am...-
Channel: Dynamo BIM
June 13, 2017, 08:30 PM -
Monumetric Footer In-screen
Collapse
Comment