Message 1 of 5
What is curve based family?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I use this API
NewFamilyInstance Method (Line, FamilySymbol, View)
run this
doc.Create.NewFamilyInstance(line.unwrap(), fis[1].Symbol, views[0])
in PythonRevitShell,
It complained "This method is only applicable for the curve based family."
>>> doc.Create.NewFamilyInstance(line.unwrap(), fis[1].Symbol, views[0])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
Exception: This method is only applicable for the curve based family.