As we know we have node Element.Solids to get solid from element in revit, but when i use that method in revit api, the result is : Family Instance no have attribute Solids.
So how can i get the solid from element in revit API (i use python code)
Thanks all !!!
I use revit python shell, when i use method element.Geometry to get geometry of element, but how to change it to solid type ??
uyvole
October 13, 2016, 1:33am
6
Are you Vietnamese, contact me if you still need help leuyvo@gmail[dot]com
Thank you very much. This issue was solved.Have a nice day !
uyvole
October 13, 2016, 2:07am
8
I’m vietnamese civil engineer in Sai Gon, Nice to meet you.
Vậy ah, vậy nói tiếng Việt đi ông ơi.Skype mình là : playboysaigon. Có gì add nick tám chơi hen.
Hi, could you share the answer. Thanks!
Hello,
some examples found on the Forum
Hello all!
I am currently writing a code to collect objects (walls,columns etc.) and I would like to be able to project their geometry into dynamo.
From what I saw, the option method is needed but I don’t really understand it - any suggestions?
Thanks!
@c.poupin thank you for the help. I am trying to add the two more nodes here. I tried to take reference from here .
[room]
# Load the Python Standard Libraries
import clr
import sys
import System
clr.AddReference('ProtoGeometry')
from Autodesk.DesignScript.Geometry import *
clr.AddReference("RevitServices")
from RevitServices.Persistence import DocumentManager
from RevitServices.Transactions import TransactionManager
clr.AddReference("RevitAPI")
import Autodesk
from Autodesk.Revit.DB impor…
Remember to use the search tool, it can save you time