| .. | ||
| CommandGroupIcons | ||
| EventsHandler | ||
| FormsAndWpfControls | ||
| IssuesManager | ||
| ModelGeneratorConsole/cs | ||
| ParametricBox | ||
| PMPage | ||
| PMPageToggleBitmapButtons | ||
| PropertiesReader/cs | ||
| PropertyAsFileName | ||
| SqlDbEfNetCore | ||
| SweepSketch | ||
| ToggleCommand | ||
| TopTenList2020 | ||
| WeldmentProfilesSelector | ||
| .gitattributes | ||
| README.md | ||
Box Macro Feature
This example demonstrates how to create a parametric box element in SOLIDWORKS using macro feature.
Events Handler
Demonstration of handling SOLIDWORKS events using Document Manager service
Hosting Forms and WPF Controls
This example demonstrates how to customize various panels in SOLIDWORKS, such as Task Pane, Model View Manager Tab, Feature Manager Tab, Property Manager Page by adding custom WPF or WinForms controls.
Issues Manager
SOLIDWORKS Issues management example. Demonstration of using 3rd party storage to store custom information directly in document streams.
Save As File Name Assigner
Example demonstrates how to dynamically assign the name for the Save As file in SOLIDWORKS.
SQL Entity Framework
Example demonstrates how to access SQL data using Entity Framework in .NET Core SOLIDWORKS add-in
Toggle Command
Example demonstrates how to create a toggle button in the SOLIDWORKS toolbar
Top Ten List 2020
Implementation of 3 enhancements from the SOLIDWORKS Top Ten List 2020
Model Generator Console
.NET Core console application to generate SOLIDWORKS model based on template and input parameters
Commands Manager With Custom Icons
Example demonstrates how different size icons rendered in the menus and toolbars
Weldment Profiles Selector
Example demonstrates how to create dynamic cascading combo boxes in the Property Manager Page which select weldment profiles (standard, type and size)
Toggle Bitmap Buttons
Example demonstrates how to create Property Manager Page with checkable bitmap buttons
Sweep Sketch
Example demonstrates how to insert macro feature to create solid sweep from input sketch
Property Manager Page
Example demonstrates main features of building Property Manager Pages with xCAD.NET
Properties Reader
Example demonstrates how to create WPF application to load custom properties for all components of the assembly using SOLIDWORKS API and SOLIDWORKS Document manager API with the same code base