Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start:plugins:table:table-usermanual [2021/06/18 13:57]
adminmar [TablesDuplicate]
start:plugins:table:table-usermanual [2021/11/04 14:26] (current)
adminmar
Line 9: Line 9:
 The plugin installer can be downloaded at: [[https://www.tomkod.com/product/tables/]]\\  The plugin installer can be downloaded at: [[https://www.tomkod.com/product/tables/]]\\ 
 A free trial is included, and yearly licenses can be purchased on the aforementioned page.\\  A free trial is included, and yearly licenses can be purchased on the aforementioned page.\\ 
-//Table// works either for Rhino 5((Rhino5.12 or later)), Rhino 6((Rhino6.15 or later)), and Rhino7((Tested up to Rhino 7.1)), but some features are not included in the Rhino 5 version.+//Table// works with Rhino 5((Rhino 5.12 or higher)), Rhino 6((Rhino 6.15 or higher)), and Rhino7((Rhino 7.5 or higher)), but some features are not included in the Rhino 5 version.
  
 {{page>start:plugins:common#[Yak]&noindent&nofooter&nodate}} {{page>start:plugins:common#[Yak]&noindent&nofooter&nodate}}
Line 46: Line 46:
 | Font              | {{:start:plugins:table:table_fontselector.jpg?nolink&170 |}}  Pops up a dialog to let the user select the required font family.|| | Font              | {{:start:plugins:table:table_fontselector.jpg?nolink&170 |}}  Pops up a dialog to let the user select the required font family.||
 ==== TableEdit ==== ==== TableEdit ====
-The command **//TableEdit//**((Only available with Rhino 6)) allows us to edit a table created or imported with our plugin. +The command **//TableEdit//**((Only available with Rhino 6-7)) allows us to edit a table created or imported with our plugin. 
 It works the same as the command [[start:plugins:table:table-usermanual#TableCreate|TableCreate]], except that the user will be asked to select an existing table to edit. It works the same as the command [[start:plugins:table:table-usermanual#TableCreate|TableCreate]], except that the user will be asked to select an existing table to edit.
  
Line 71: Line 71:
 | SpreadSheetIndex\\ (Scripted mode only)  | For excel import, sets the worksheet((Excel tab)) index.\\ (Default is 0, meaning first tab)  || | SpreadSheetIndex\\ (Scripted mode only)  | For excel import, sets the worksheet((Excel tab)) index.\\ (Default is 0, meaning first tab)  ||
 ==== TablesReload ==== ==== TablesReload ====
-This command will reload every tables in the document from their original document (.xls, .xlsx, .csv).\\  +This command will reload every tables from their original document (.xls, .xlsx, .csv).\\  
-The tables whose original file has been deleted or moved will be ignored, as well as tables created inside Rhino.+The tables whose original file can't be found((From //Table// 3.3.3, both the absolute path and the relative path are stored in the Tables' user texts. When reloading, the command will first try to use the absolute path, and if it fails it will fall back to using the relative path.)) will be ignored, as well as tables created inside Rhino (No external references).
 ==== TableDuplicate ==== ==== TableDuplicate ====
-This command will create new table, based on an existing one.+The command **//TableDuplicate//**((Only available with Rhino 6-7)) allows us to duplicate a table created or imported with our plugin.  
 +Using this command instead of Rhino's to duplicate a Table avoids the issue of sharing the same DimensionStyle between a table and its copy.