Create Structural Framing with Python Got Error TypeError: expected XYZ, got Line

Got it.

one of the problem was that the familysymbol was not active
Thanks @Kulkul for: New to Python: "Exception: The symbol is not active" error

if _symbol.IsActive == False:
	_symbol.Activate()
	doc.Regenerate()

Nico

2 Likes