freecad
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| freecad [2023/09/12 17:20] – [Build sheets] do not necessarily delete sheets ssm2017 | freecad [2024/02/14 00:39] (current) – ssm2017 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== freecad ====== | ====== freecad ====== | ||
| + | ===== blender 3 to freecad 19 ===== | ||
| + | | ||
| + | obj | ||
| + | | ||
| + | selection only | ||
| + | onjects as onj objects | ||
| + | | ||
| + | scale 1000 | ||
| + | forward y forward | ||
| + | up z up | ||
| + | geometry : | ||
| + | triangulate faces | ||
| + | |||
| + | | ||
| + | file / import | ||
| + | alias mesh = 1 object | ||
| + | | ||
| + | select all | ||
| + | part workbench : | ||
| + | menu part / create shape from mesh | ||
| + | | ||
| + | | ||
| + | | ||
| + | menu part / create a copy / refine shape | ||
| + | | ||
| + | menu part / convert to solid | ||
| + | | ||
| ====== Techdraw ====== | ====== Techdraw ====== | ||
| Update cartridge | Update cartridge | ||
| Line 108: | Line 135: | ||
| fixtures_count_sheet.Label = " | fixtures_count_sheet.Label = " | ||
| App.Console.PrintMessage(" | App.Console.PrintMessage(" | ||
| - | + | # empty the sheet | |
| - | # build first line | + | fixtures_count_sheet.clearAll() |
| - | fixtures_count_sheet.set(" | + | # build first line |
| - | fixtures_count_sheet.set(" | + | fixtures_count_sheet.set(" |
| - | fixtures_count_sheet.setStyle(' | + | fixtures_count_sheet.set(" |
| - | doc.recompute() | + | fixtures_count_sheet.setStyle(' |
| + | #doc.recompute() | ||
| # gels list | # gels list | ||
| Line 121: | Line 149: | ||
| gels_count_sheet.Label = "Gels Count" | gels_count_sheet.Label = "Gels Count" | ||
| App.Console.PrintMessage(" | App.Console.PrintMessage(" | ||
| - | + | # empty the sheet | |
| - | # build first line | + | gels_count_sheet.clearAll() |
| - | gels_count_sheet.set(" | + | # build first line |
| - | gels_count_sheet.set(" | + | gels_count_sheet.set(" |
| - | gels_count_sheet.setStyle(' | + | gels_count_sheet.set(" |
| - | doc.recompute() | + | gels_count_sheet.setStyle(' |
| + | #doc.recompute() | ||
| # fixtures list by channel | # fixtures list by channel | ||
| Line 134: | Line 163: | ||
| fixtures_list_by_channel_sheet.Label = " | fixtures_list_by_channel_sheet.Label = " | ||
| App.Console.PrintMessage(" | App.Console.PrintMessage(" | ||
| - | + | # empty the sheet | |
| - | # build first line | + | fixtures_list_by_channel_sheet.clearAll() |
| - | fixtures_list_by_channel_sheet.set(" | + | # build first line |
| - | fixtures_list_by_channel_sheet.set(" | + | fixtures_list_by_channel_sheet.set(" |
| - | fixtures_list_by_channel_sheet.set(" | + | fixtures_list_by_channel_sheet.set(" |
| - | fixtures_list_by_channel_sheet.set(" | + | fixtures_list_by_channel_sheet.set(" |
| - | fixtures_list_by_channel_sheet.set(" | + | fixtures_list_by_channel_sheet.set(" |
| - | fixtures_list_by_channel_sheet.setStyle(' | + | fixtures_list_by_channel_sheet.set(" |
| - | doc.recompute() | + | fixtures_list_by_channel_sheet.setStyle(' |
| + | #doc.recompute() | ||
| # fixtures list by dimmer | # fixtures list by dimmer | ||
| Line 150: | Line 180: | ||
| fixtures_list_by_dimmer_sheet.Label = " | fixtures_list_by_dimmer_sheet.Label = " | ||
| App.Console.PrintMessage(" | App.Console.PrintMessage(" | ||
| - | + | # empty the sheet | |
| - | # build first line | + | fixtures_list_by_dimmer_sheet.clearAll() |
| - | fixtures_list_by_dimmer_sheet.set(" | + | # build first line |
| - | fixtures_list_by_dimmer_sheet.set(" | + | fixtures_list_by_dimmer_sheet.set(" |
| - | fixtures_list_by_dimmer_sheet.set(" | + | fixtures_list_by_dimmer_sheet.set(" |
| - | fixtures_list_by_dimmer_sheet.set(" | + | fixtures_list_by_dimmer_sheet.set(" |
| - | fixtures_list_by_dimmer_sheet.set(" | + | fixtures_list_by_dimmer_sheet.set(" |
| - | fixtures_list_by_dimmer_sheet.setStyle(' | + | fixtures_list_by_dimmer_sheet.set(" |
| - | doc.recompute() | + | fixtures_list_by_dimmer_sheet.setStyle(' |
| + | doc.recompute() | ||
| # ==================== | # ==================== | ||
freecad.1694532001.txt.gz · Last modified: by ssm2017
