How to create doors/windows in the wall with specified coordinates

How to create doors/windows in the wall with specified coordinates

SergeyShevtsov
Enthusiast Enthusiast
461 Views
2 Replies
Message 1 of 3

How to create doors/windows in the wall with specified coordinates

SergeyShevtsov
Enthusiast
Enthusiast

Hello everyone,

i am quite new in a Revit SDK UI,

can you give me an example how to create doors/windows/door aperture in the walls?

 

Thanks

0 Likes
462 Views
2 Replies
Replies (2)
Message 2 of 3

Joe.Ye
Alumni
Alumni

 

you can use this NewFamilyInstance method.

This override is required.

 

Document.NewFamilyInstance Method (XYZ, FamilySymbol, Element, Level, StructuralType)

You can specify the host with this override.

 



Joe Ye
Contractor
Developer Technical Services
Autodesk Developer Network
0 Likes
Message 3 of 3

SergeyShevtsov
Enthusiast
Enthusiast

Thanks for help Joe,

i'll test this method in this week

0 Likes