How to change maximum length of tabular Note

Hello guys,

I am trying to create tabular note in one Drawing view in drawing.
The table is quite big, it has around 180 rows and 22 colums.
But when I am trying to create it is not coming continous and it comes into multiple blocks side by side.

So how to change the maximum height of table ?

You can set the maximum height of the section by setting the "max_height" member of the SectionPrefs structure. You can get and set the section preferences with the .AskDefaultSectionPrefs and .SetDefaultSectionPrefs methods. Setting the default section preferences will affect newly created tabular notes.

If you need to edit an existing tabular note, you can use the .AskSectionPrefs and .SetSectionPrefs methods. Query the existing tabular note with the .AskSectionPrefs, change the max height member, and use the edited preference structure in the call to .SetSectionPrefs.

Hi,
Thanks for the suggestion.
Through code i know this method but i want to do it manually.
is there anything settings of tabular note?

Bhavik S.

Right click on the tabular note and choose "settings"; in the common -> section area (assuming NX9 or higher), you will find a setting for the "maximum height". The maximum height setting controls how tall the section is allowed to get before creating a new section.

Hello,

Now it is working.

Thanks for the help.

Bhavik S.