Just a tiny hole in the mesh may create a great mess.
The initial wind speed is 10 m/s, laminar aiflow. And the result is small F15+ class tornado int he Fujita scale.
Just a tiny hole in the mesh may create a great mess.
The initial wind speed is 10 m/s, laminar aiflow. And the result is small F15+ class tornado int he Fujita scale.
Mar 3
Posted by ejs in Architecture, My job, programming, Revit | 4 Comments
I was working on semi – automated solution to enter door handiness in Revit models. The existing solutions are either quite expensive (like Reforma Swing Direction) or has weird assumptions.
My intial setup is Dynamo and the Dynamo Door Set Handing module from http://archi-lab.net/. It has fine tutorials, so you only need to create your model in Dynamo.
The weird thing on door handines is it is different in some countries.
So, what’s to do?
Tags: doors, Dynamo, Revit, scheduling
Apr 9
Posted by ejs in Architecture, programming, Revit | No Comments
ODS module does not work on IronPython, and i don’t know the way to add Revit modules to regular Python.Whatever …
''' cut-n-paste from the net @author: ejs ''' import clr import sys clr.AddReference('RevitAPI') clr.AddReference('RevitAPIUI') from Autodesk.Revit.DB import * from Autodesk.Revit.DB.Architecture import * from Autodesk.Revit.DB.Analysis import * #sys.path.append(r'C:\Python\3.4\Lib\site-packages') #from odslib import ODS #ods = ODS() uidoc = __revit__.ActiveUIDocument doc = __revit__.ActiveUIDocument.Document cView = uidoc.ActiveView collector = FilteredElementCollector(doc) collector = FilteredElementCollector(doc).OfClass(ViewSchedule); elems=collector.ToElements() n_elems=len(elems) for elem in elems: if cView.Id == elem.Id: Read the rest of this entry »
Oct 6
Posted by ejs in Architecture, My job, Revit, Software | No Comments
Here is the other issue: due to the fast install of Revit Server 2012, the location of model was not important. After the server’s role was changed to “Central” instead of ‘Caching”, i wanted model be stored in more predictable location.
Again, I had no wish to reinstall the whole server, including w2008r2 server.
Read the rest of this entry »
Oct 6
Posted by ejs in Architecture, Revit, Software | No Comments
Our company was running a caching Revit Server 2012 instance, to be able to work on a project. The central server was set in the kingdom of far away and was serving three architectural offices.
Recently we had to take care of the model created and the Revit Server 2012 instance itself. I hate to touch working system, but i had to.
Read the rest of this entry »
Oct 5
Posted by ejs in Architecture, My job, Software | No Comments
I had a strong wish to install Autodesk Revit 2013 just a days ago. Besides it needs 38 GB of free space, it did not fit on my clogged 100 GB system drive.
Too bad. Ok, my drive is oldish 160 GB Seagate, but still, windows7 seems like a disc hog.
So i’ve decide to investigate the case. Using RidNac, i made a small tour to the HDD space. Read the rest of this entry »
Jan 9
Posted by ejs in Architecture, My job, Software | No Comments
The last issue in the Migration Hell was Revit Server. To be precise, not the application itself, but the client authentification.
With all it’s bells-n-whistles, it lacks most part of the documentation. The application itself runs on IIS, uses Windows (NTLM) or Basic authentification, but nothing is said about the Revit client. The only thing you can find – you must login as domain member to use the Revit Server.
It’s not true. You should, but must not.
Two things must be done on the client to use Revit Server:
That’s all. Enjoy.
PS: if you use Local Revit Server, and Central Server is located somewere in the Other Domain, you will probably need to authentificate to the Central Revit Server too. Not sure about this.
Tags: AD, credentials, domain, Revit, Revit Server
The very first try on “Flux-the-Architect“. Added Ą,Č,Ę,Ė,Į,Š,Ų,Ū,Ž glyphs and some minor symbols (°, ±, ², ³). The font is OpenType in TrueType encoding. OpenType fonts in PS encoding does not work in AutoCAD.
Fine free tools for 3D modelling and rendering.
AQSIS rendering engine, RenderMan compilant
Ayam CSG modeller, cross-platform
CSG Editor, MSwin only
Wanna make your own CSG application? OpenCSG library
Architectural award by Salon magazine, Russia.
We are almost lusers 😉
You are currently browsing the archives for the Architecture category.
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Arclite theme by digitalnature | powered by WordPress