Spreadsheet PropertyController/ru


This tool has been deprecated in version 0.15 because of the switch to the new C++-based spreadsheet workbench. This functionality will be reintroduced at a later time.


Spreadsheet PropertyController.png Spreadsheet PropertyController

Расположение в меню
Spreadsheet -> Property Controller
Верстаки
Spreadsheet
Быстрые клавиши
отсутствуют
См. также
Spreadsheet Controller


Description

This tool adds a new property controller object to a selected spreadsheet object. The controller can then manage a certain property of a certain object, and update it with the value of a cell from the spreadsheet, whenever that cell changes.

How to use

  1. Select an existing spreadsheet object
  2. Press the Spreadsheet PropertyController.png Property Controller button
  3. Adjust the needed properties

Properties

Scripting

Spreadsheets can be created from python scripts and macros using the makeSpreadsheetPropertyController() function:

 import Spreadsheet
 mySpreadsheet = Spreadsheet.makeSpreadsheet()
 controller = Spreadsheet.makeSpreadsheetPropertyController(mySpreadsheet)

Limitations

Online version: "http://www.freecadweb.org/wiki/index.php?title=Spreadsheet_PropertyController/ru&oldid=282403"

Navigation menu