tt-acm / DynamoForRebar

A Dynamo package for authoring geometrically complex rebar models in Revit 2016.
Other
40 stars 18 forks source link

Mulitline text parameter appears as single line #59

Closed nmeek closed 8 years ago

nmeek commented 8 years ago

Using Element.SetParameterByName for a multi-line text parameter results in a single line of text, even though the string contains carriage returns (using '\n' or '\r')

moethu commented 8 years ago

Hi @nmeek , not sure what you are referring to, could you explain that in more detail please? Element.SetParameterByName is not part of the DynamoForRebar Repo.

nmeek commented 8 years ago

In Revit, you can create a parameter with a "Multiline Text" data type. multiline text However, when setting this parameter, all lines of the string are concatenated to one line. dynamo multiline text multiline text result

moethu commented 8 years ago

thanks for reporting this. Could you please post that in the DynamoDS Revit Repo? Dynamo For Rebar doesn't implement the Node you would like to get fixed. Therefore I cannot fix this issue.