Can be create Model in place from Geometry (Not Direct-Shape)

Hi All!

I want creat model in place by Dynamo (because direct-shape can’t edit)
that is possible?

Thank Advance!

Model in place doesn’t have an API, so you can’t access that aspect of the application. However you can write out to a new families, which could be edited as desired. Just be sure to write out the geometry authoring yourself in the Revit api using the form class and associated tools. Import methods will not be editable.

2 Likes

Thank you!!
I try using place Family at point. But I can’t control point of family to the same point of element in revit.
How to place family same point in Dynamo.

image

Try the minimum point of the bounding box containing both elements.

1 Like