You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xCAD.NET is a framework for building CAD agnostic applications. It allows developers to implement complex functionality with a very simple innovative approach. This brings the best user experience to the consumers of the software.
It has never been easier to create SOLIDWORKS add-ins with toolbar and menu commands.
[ComVisible(true)]publicclassMyAddIn:SwAddInEx{publicenumCommands_e{Command1,Command2}publicoverridevoidOnConnect(){this.CommandManager.AddCommandGroup<Commands_e>().CommandClick +=OnCommandsButtonClick;}privatevoidOnCommandsButtonClick(Commands_ecmd){//TODO: handle the button click}}
Framework reinvents the way you work with Property Manager Pages. No need to code a complex code behind for adding the controls and handling the values. Simply define your data model and the framework will build the suitable Property Manager Page automatically and two-way bind controls to the data model.
Solidworks Add-in Development task
The text was updated successfully, but these errors were encountered: