Skip to content

Commit

Permalink
Update create.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Mar 30, 2021
1 parent 7d2d490 commit d94ea5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions revitron/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ def familyInstance(familySymbolId, location, structuralType = False):
"""
Creates a new family instance.
Example::
transaction = revitron.Transaction()
instance = revitron.Create.familyInstance(familySymbolId, location)
transaction.commit()
Args:
familySymbolId (object): A Revit API family symbol ID.
location (object): A Revit API ``XYZ`` point.
Expand Down

0 comments on commit d94ea5d

Please sign in to comment.