This example demonstrates how to create a parametric box element in SOLIDWORKS using macro feature.
Demonstration of handling SOLIDWORKS events using Document Manager service
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.
SOLIDWORKS Issues management example. Demonstration of using 3rd party storage to store custom information directly in document streams.
Example demonstrates how to dynamically assign the name for the Save As file in SOLIDWORKS.
Example demonstrates how to access SQL data using Entity Framework in .NET Core SOLIDWORKS add-in
Example demonstrates how to create a toggle button in the SOLIDWORKS toolbar
Implementation of 3 enhancements from the SOLIDWORKS Top Ten List 2020
.NET Core console application to generate SOLIDWORKS model based on template and input parameters
Example demonstrates how different size icons rendered in the menus and toolbars
Example demonstrates how to create dynamic cascading combo boxes in the Property Manager Page which select weldment profiles (standard, type and size)
Example demonstrates how to create Property Manager Page with checkable bitmap buttons
Example demonstrates how to insert macro feature to create solid sweep from input sketch
Example demonstrates main features of building Property Manager Pages with xCAD.NET
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
Example demonstrates how to attach feature manager tabs to all created documents
Example demonstrates how to host WPF control in Task Pane and how to create MSI-installers for SOLIDWORKS add-in
Example demonstrates how to create macro feature without geometry with custom error messages
This example demonstrates how to create SOLIDWORKS add-in using C# .NET 6 and expose a public API