Commit Graph

98 Commits

Author SHA1 Message Date
AJ
2e6ecd11a1 Uncheck flat pattern corner treatment 2023-03-01 08:07:06 -05:00
AJ
db481baa89 Changed target framework to version 4.8 2023-03-01 08:06:34 -05:00
AJ
636818ed33 Submodule EtchBendLines updated
Submodule EtchBendLines:
    > 04031a7 - Changed target framework to version 4.8
    > 3e4ab60 - Allow multiple paths passed through args
    > 2b30498 - Wrap main in try catch
2023-03-01 08:05:48 -05:00
AJ
979067db21 Save drawing pdf in same directory as DXF files. 2022-06-23 12:44:44 -04:00
AJ
a0080c8a68 Print errors when getting BOM items. 2022-06-23 11:06:23 -04:00
AJ
aeec611f78 Include 5000 range in drawing numbers. 2022-06-23 10:47:30 -04:00
AJ
d3f6791b53 UpdatePrefix() 2021-10-12 20:51:40 -04:00
AJ
15edbf6fec Reset prefix if no drawing info is found. 2021-10-11 06:25:01 -04:00
AJ
0d1fd67b8d Updated publish settings 2021-04-14 07:15:23 -04:00
AJ
4fe7e0e8d7 Show automatic view flip decider first. 2021-03-24 06:47:46 -04:00
AJ
e39b7292cb Fixed missing argument for ExportDrawingToPDF 2021-03-22 07:15:30 -04:00
AJ
d7e4eb7e87 Specify savepath for ExportDrawingToPDF 2021-03-21 23:46:57 -04:00
AJ
60bd4ff645 Moved HasSupressedBends to ViewHelper class. 2021-03-21 22:21:40 -04:00
AJ
e9a7b51d24 Moved HideModelSketches to ViewHelper class. 2021-03-21 22:19:58 -04:00
AJ
016e32c2e3 Moved ViewFlipDeciders to separate namespace. 2021-03-21 22:19:25 -04:00
AJ
16c9d97e22 Moved ItemExtractors to separate namespace. 2021-03-21 22:09:31 -04:00
AJ
b693d8a092 Updated submodule EtchBendLines 2021-03-08 22:39:23 -05:00
AJ
96e54a686b Renamed ExportBomToExcel to BomToExcel 2021-03-05 20:42:20 -05:00
AJ
0b4173014f ExportDrawingToPDF 2021-03-04 21:47:25 -05:00
AJ
eee6bfdff3 ExportBomToExcel 2021-03-04 21:30:10 -05:00
AJ
4fbcf9f4e1 Check if flat pattern feature is suppressed 2020-10-15 11:23:12 -04:00
AJ
344df45b34 Fixed exception thrown when view is null. 2020-04-21 13:06:22 -04:00
AJ
5c0d83139a Fixed crash when component is null within GetItem 2020-03-17 15:35:42 -04:00
AJ
29cb194920 Run EtchBendLines after creating dxf. 2020-03-05 08:00:21 -05:00
AJ
eb13323d9d Extract referenced configuration name with part. 2020-02-14 14:28:44 -05:00
AJ
3b19fc39a2 Reset active configuration after exporting part. 2020-02-01 11:22:18 -05:00
AJ
eb96fec147 Print column headers on all pages of BOM 2019-11-27 14:30:27 -05:00
AJ
9910c4db0a Dont resize default bend radius column 2019-11-27 13:56:57 -05:00
AJ
a2474fca3b Set lightweight components to resolved 2019-11-27 13:56:19 -05:00
AJ
3f24020576 Added ItemExtractor 2019-11-24 20:04:54 -05:00
AJ
5f5dcabff0 Cleanup in MainForm 2019-11-24 20:02:06 -05:00
AJ
0762049b8e Moved GetBomTables to SolidWorksExtensions 2019-11-24 19:58:35 -05:00
AJ
b207d4c319 Changed drawing regex to static 2019-11-24 19:54:24 -05:00
AJ
222431190b Added comments for bend class. 2019-11-22 06:25:38 -05:00
AJ
5637080b99 Forgot to remove PunctuateList from the old class 2019-11-22 06:11:23 -05:00
AJ
c80020956f Moved PunctuateList method to Extensions class 2019-11-21 14:49:57 -05:00
AJ
df7c3061ba Fixed GetFeatureByTypeName returning feature when it should return null. 2019-11-21 14:33:49 -05:00
AJ
f0baecbfba Moved classes to their own file. 2019-11-21 14:31:01 -05:00
AJ
8ae0832bfd Renamed Item2 to ViewFlipDeciderComboboxItem 2019-11-21 14:28:36 -05:00
AJ
098b4f224e Renamed methods for getting bends. 2019-11-21 14:03:11 -05:00
AJ
6a08aba93b Moved solidworks extension methods to separate class 2019-11-21 13:56:28 -05:00
AJ
9ce2a4c57a Fixed error in SmallestXCoordinate method 2019-11-21 13:52:46 -05:00
AJ
502a216de9 Renamed ParallelBendAngle to BendLineAngle 2019-11-21 13:42:14 -05:00
AJ
ed32bb1c27 Cleanup output 2019-11-14 13:55:26 -05:00
AJ
7a2bf23d0a SetLightweightToResolved 2019-11-14 13:50:44 -05:00
AJ
2edea0cb65 Disable the cancel button when already pressed. 2019-11-14 13:50:10 -05:00
AJ
ceb69c7a27 Fixed issue where first component was suppressed.
Take the first unsuppressed component available
2019-11-14 13:49:01 -05:00
AJ
b375bb8e09 Improved excel BOM template for printing. 2019-11-13 07:47:37 -05:00
AJ
742de90d95 Fixed regex to include any font attributes 2019-11-13 07:23:52 -05:00
AJ
8224e11afa Notify user if part was not drawn as sheet metal. 2019-09-27 22:32:06 -04:00