-
Notifications
You must be signed in to change notification settings - Fork 14
Pull from Links
It is possible to pull elements directly from Revit link documents, in the coordinate system of the host model. This can be achieved using FilterByLink
request combined with other filters using the LogicalAndRequest
. For example, the script below would pull all beams from the link named MyLinkDocument.
Please note that pulling from link has a few limitations caused by the way in which Revit works:
- it is impossible to pull selection from link
- it is impossible to filter link elements by visibility in view
- pull of walls/floors/roofs as well as doors/windows uses different method of extracting their geometry, which may lead to slight degradation of the output
-
Overview:
What is Revit_Toolkit for?
Code structure
Building from source and debugging
License
Sample scripts -
Adapter:
Basics
Revit <-> BHoM conversion
BHoM vs Revit identity
Handling of Parameters
Conventions
Setup in Revit
Setup in Grasshopper
Setup in Dynamo
Setup in Excel
Details -
Pull:
Basics
Requests and filtering
Pull of Geometry and Representation
Pull from Links
Pull in Grasshopper
Pull in Dynamo
Pull in Excel
Examples
Explicit family vs type mapping
Details -
Push:
Basics
Push modes
Updating Revit types
FamilyLibrary
Push in Grasshopper
Push in Dynamo
Push in Excel
Examples
Details -
Remove:
Basics
Remove in Grasshopper
Remove in Dynamo
Remove in Excel
Examples
Details -
References:
BHoM Wiki
BHoM Adapter