<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>xCAD.NET framework for developing applications for CAD systems</title>
<description>Framework for .NET (C# and VB.NET) to create modern application for CAD systems (SOLIDWORKS, SOLIDWORKS Document Manager, Autodesk Inventor, etc.)</description>
<link>https://xcad.xarial.com</link>
    <image>
        <url>https://xcad.xarial.com/logo.png</url>
        <title>xCAD.NET framework for developing applications for CAD systems</title>
        <link>https://xcad.xarial.com</link>
    </image>
<lastBuildDate>Sat, 25 Jan 2025 03:01:24 GMT</lastBuildDate>
<atom:link href="https://xcad.xarial.com/feed.xml" rel="self" type="application/rss+xml" />
    <item>
        <title>List of changes in the releases of xCAD.NET framework</title>
        <description>Information about releases (new features, bug fixes breaking changes) of xCAD.NET framework for developing CAD applications</description>
        <link>https://xcad.xarial.com/changelog/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/changelog/</guid>
    </item>
    <item>
        <title>Managing SOLIDWORKS macro feature using xCAD.NET framework</title>
        <description>Framework for simplified development of custom macro features using SOLIDWORKS API</description>
        <link>https://xcad.xarial.com/custom-features/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/</guid>
    </item>
    <item>
        <title>Storing data (parameters, bodies, selection) in SOLIDWORKS macro feature</title>
        <description>Storing the parameters, metadata, dimensions, selections in the SOLIDWORKS macro feature using xCAD framework</description>
        <link>https://xcad.xarial.com/custom-features/data/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/data/</guid>
    </item>
    <item>
        <title>Backward compatibility support for SOLIDWORKS macro feature parameters</title>
        <description>Explanation of ways to implement backward compatibility for the parameters stored in SOLIDWORKS macro feature</description>
        <link>https://xcad.xarial.com/custom-features/data/backward-compatibility/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/data/backward-compatibility/</guid>
    </item>
    <item>
        <title>Managing dimensions in the SOLIDWORKS macro feature using xCAD framework</title>
        <description>Adding dimensions (linear and radial) to the SOLIDWORKS macro feature using xCAD framework</description>
        <link>https://xcad.xarial.com/custom-features/data/dimensions/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/data/dimensions/</guid>
    </item>
    <item>
        <title>Managing of Edit Bodies in SOLIDWORKS macro feature</title>
        <description>Managing of Edit Bodies in SOLIDWORKS macro feature using xCAD framework</description>
        <link>https://xcad.xarial.com/custom-features/data/edit-bodies/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/data/edit-bodies/</guid>
    </item>
    <item>
        <title>Storing parameters in SOLIDWORKS macro feature</title>
        <description>Storing the parameters structure in SOLIDWORKS macro feature using xCAD framework</description>
        <link>https://xcad.xarial.com/custom-features/data/parameters/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/data/parameters/</guid>
    </item>
    <item>
        <title>Managing selection of SOLIDWORKS macro feature</title>
        <description>Managing selections of SOLIDWORKS macro feature using the xCAD framework</description>
        <link>https://xcad.xarial.com/custom-features/data/selections/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/data/selections/</guid>
    </item>
    <item>
        <title>Life cycle of SOLIDWORKS macro feature</title>
        <description>Explanation of the SOLIDWORKS macro feature behavior and life cycle</description>
        <link>https://xcad.xarial.com/custom-features/lifecycle/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/lifecycle/</guid>
    </item>
    <item>
        <title>Edit SOLIDWORKS macro feature definition</title>
        <description>Edit definition of SOLIDWORKS macro feature using xCAD framework</description>
        <link>https://xcad.xarial.com/custom-features/lifecycle/edit-definition/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/lifecycle/edit-definition/</guid>
    </item>
    <item>
        <title>Handling Regeneration method of SOLIDWORKS macro feature</title>
        <description>Handling regeneration event of SOLIDWORKS macro feature and returning bodies or errors to drive the behavior using xCAD framework</description>
        <link>https://xcad.xarial.com/custom-features/lifecycle/regeneration/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/lifecycle/regeneration/</guid>
    </item>
    <item>
        <title>Handling the SOLIDWORKS macro feature state update in xCAD framework</title>
        <description>Updating state of the macro feature on the environment change (selection, rebuild, suppress etc.)</description>
        <link>https://xcad.xarial.com/custom-features/lifecycle/state/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/custom-features/lifecycle/state/</guid>
    </item>
    <item>
        <title>How to deploy add-ins created with xCAD.NET</title>
        <description>Creating deployment scripts and msi-installers for SOLIDWORKS add-ins created with xCAD.NET</description>
        <link>https://xcad.xarial.com/deployment/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/deployment/</guid>
    </item>
    <item>
        <title>Managing SOLIDWORKS documents life cycle via xCAD framework</title>
        <description>Framework to manage SOLIDWORKS documents life cycle (open, close, activate) and its events in xCAD</description>
        <link>https://xcad.xarial.com/documents-management/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/documents-management/</guid>
    </item>
    <item>
        <title>Handling the common events of SOLIDWORKS file using xCAD framework</title>
        <description>Handling of common events (rebuild, selection, configuration change, item modification, custom property modification etc.) using documents management functionality in xCAD Framework</description>
        <link>https://xcad.xarial.com/documents-management/events/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/documents-management/events/</guid>
    </item>
    <item>
        <title>xCAD Framework enables easy and robust development of add-ins with SOLIDWORKS API</title>
        <description>Advanced utilities for the development of powerful SOLIDWORKS add-ins using SOLIDWORKS API in .NET (C# and VB.NET). Framework simplifies the creation and maintaining of commands and UI elements.</description>
        <link>https://xcad.xarial.com/extensions/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/</guid>
    </item>
    <item>
        <title>Troubleshooting build errors for add-ins in xCAD</title>
        <description>Troubleshooting techniques for registration and use of the xCAD.NET framework</description>
        <link>https://xcad.xarial.com/extensions/build-errors/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/build-errors/</guid>
    </item>
    <item>
        <title>Adding commands into the SOLIDWORKS menu and toolbar using xCAD</title>
        <description>Registering and handling SOLIDWORKS commands in menu, toolbar and context menu using xCAD. Customizing the look of commands by providing custom icons, titles and tooltips.</description>
        <link>https://xcad.xarial.com/extensions/commands/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/commands/</guid>
    </item>
    <item>
        <title>Custom enable command state for SOLIDWORKS commands</title>
        <description>Explanation on using the custom enable states for the SOLIDWORKS commands using xCAD framework</description>
        <link>https://xcad.xarial.com/extensions/commands/command-states/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/commands/command-states/</guid>
    </item>
    <item>
        <title>Defining commands buttons in SOLIDWORKS toolbar using xCAD framework</title>
        <description>Explanations on the ways of defining the commands in groups using xCAD framework for SOLIDWORKS add-ins in C# and VB.NET</description>
        <link>https://xcad.xarial.com/extensions/commands/defining-commands/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/commands/defining-commands/</guid>
    </item>
    <item>
        <title>Hosting SOLIDWORKS commands in menu, toolbar and context menu using xCAD</title>
        <description>Hosting options for SOLIDWORKS commands using xCAD (command group, context menu, toolbar and commands tab box)</description>
        <link>https://xcad.xarial.com/extensions/commands/hosting-commands/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/commands/hosting-commands/</guid>
    </item>
    <item>
        <title>Adding sub-menus and spacers to SOLIDWORKS command manager using xCAD</title>
        <description>Adding sub-menus and spacers or command tab boxes in SOLIDWORKS command manager using xCAD framework</description>
        <link>https://xcad.xarial.com/extensions/commands/sub-menu-and-spacers/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/commands/sub-menu-and-spacers/</guid>
    </item>
    <item>
        <title>Debugging SOLIDWORKS add-ins with xCAD.NET</title>
        <description>Instructions on debugging add-ins for SOLIDWORKS developed using xCAD.NET</description>
        <link>https://xcad.xarial.com/extensions/debugging/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/debugging/</guid>
    </item>
    <item>
        <title>Deployment of xCAD add-ins</title>
        <description>Deployment guidelines for SOLIDWORKS add-ins developed with xCAD framework</description>
        <link>https://xcad.xarial.com/extensions/deployment/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/deployment/</guid>
    </item>
    <item>
        <title>Entry Point of xCAD framework</title>
        <description>Instructions on starting the coding with the xCAD framework for SOLIDWORKS</description>
        <link>https://xcad.xarial.com/extensions/entry-point/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/entry-point/</guid>
    </item>
    <item>
        <title>Adding custom panels to SOLIDWORKS Task Pane, Feature Manager, Model tab, etc. using xCAD</title>
        <description>Adding custom panels (Task Pane, Feature Manager Tab, Model Tab etc.) in SOLIDWORKS</description>
        <link>https://xcad.xarial.com/extensions/panels/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/panels/</guid>
    </item>
    <item>
        <title>Adding custom Windows Forms and WPF control into SOLIDWORKS Feature Manager using xCAD</title>
        <description>Instructions of how to add custom WPF and Windows Forms controls into the SOLIDWORKS Feature Manager using xCAD framework</description>
        <link>https://xcad.xarial.com/extensions/panels/feature-manager-tab/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/panels/feature-manager-tab/</guid>
    </item>
    <item>
        <title>Adding custom Windows Forms and WPF control into SOLIDWORKS Model View Manager using xCAD</title>
        <description>Instructions of how to add custom WPF and Windows Forms controls into the SOLIDWORKS Model View Manager using xCAD framework</description>
        <link>https://xcad.xarial.com/extensions/panels/model-view-tab/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/panels/model-view-tab/</guid>
    </item>
    <item>
        <title>Displaying Windows or WPF form popup in SOLIDWORKS using xCAD</title>
        <description>Instructions of how to show custom Windows or WPF form popup in SOLIDWORKS using xCAD framework</description>
        <link>https://xcad.xarial.com/extensions/panels/popup/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/panels/popup/</guid>
    </item>
    <item>
        <title>Adding custom Windows Forms and WPF control into SOLIDWORKS Task Pane using xCAD</title>
        <description>Instructions of how to add custom WPF and Windows Forms controls into the SOLIDWORKS Task Pane using xCAD framework</description>
        <link>https://xcad.xarial.com/extensions/panels/task-pane/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/panels/task-pane/</guid>
    </item>
    <item>
        <title>Registering SOLIDWORKS add-in using xCAD</title>
        <description>Registering .NET Framework and .NET Core add-ins using xCAD (automatic or manual option)</description>
        <link>https://xcad.xarial.com/extensions/registering/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/extensions/registering/</guid>
    </item>
    <item>
        <title>Installation and updates of xCAD Framework for CAD application</title>
        <description>Instructions on installing and updating the xCAD.NET framework for developing SOLIDWORKS and other CAD add-ins in C# and VB.NET</description>
        <link>https://xcad.xarial.com/installation/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/installation/</guid>
    </item>
    <item>
        <title>Using preview builds of xCAD framework for early visibility features</title>
        <description>Instructions on installing and updating the preview builds of xCAD.NET framework from development enviro</description>
        <link>https://xcad.xarial.com/installation/preview-builds/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/installation/preview-builds/</guid>
    </item>
    <item>
        <title>Localizing SOLIDWORKS add-ins using xCAD.NET framework</title>
        <description>How to support multi language SOLIDWORKS add-ins by using of localized resources in xCAD framework</description>
        <link>https://xcad.xarial.com/localization/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/localization/</guid>
    </item>
    <item>
        <title>Creating native property pages with xCAD framework</title>
        <description>Utilities for advanced development of SOLIDWORKS Property Manager Pages which enables data driven development with data binding</description>
        <link>https://xcad.xarial.com/property-pages/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/</guid>
    </item>
    <item>
        <title>Adding and customizing controls to Property Manager page</title>
        <description>Overview of controls supported by the xCAD framework and the customization and decoration options</description>
        <link>https://xcad.xarial.com/property-pages/controls/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/</guid>
    </item>
    <item>
        <title>Bitmap control in SOLIDWORKS property Manager Page</title>
        <description>Creating bitmap control in the Property Manager Page using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/bitmap/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/bitmap/</guid>
    </item>
    <item>
        <title>Bitmap button control and toggle in SOLIDWORKS property Manager Page</title>
        <description>Creating bitmap button control and toggle in the Property Manager Page using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/bitmap-button/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/bitmap-button/</guid>
    </item>
    <item>
        <title>Button control in SOLIDWORKS property Manager Page</title>
        <description>Creating button control in the Property Manager Page using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/button/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/button/</guid>
    </item>
    <item>
        <title>CheckBox (toggle) control in SOLIDWORKS property Manager Page</title>
        <description>Creating CheckBox (toggle) control in the Property Manager Page using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/check-box/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/check-box/</guid>
    </item>
    <item>
        <title>Combo Box control in SOLIDWORKS property Manager Page</title>
        <description>Overview of options applied to Combo Box control</description>
        <link>https://xcad.xarial.com/property-pages/controls/combo-box/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/combo-box/</guid>
    </item>
    <item>
        <title>Common Options of all controls in SOLIDWORKS property manager page</title>
        <description>Overview of options applied to all controls in the SOLIDWORKS property manager page</description>
        <link>https://xcad.xarial.com/property-pages/controls/common/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/common/</guid>
    </item>
    <item>
        <title>Custom control (WPF or Windows Forms) in SOLIDWORKS property Manager Page</title>
        <description>Overview of options of custom controls (WPF and Windows Forms)</description>
        <link>https://xcad.xarial.com/property-pages/controls/custom/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/custom/</guid>
    </item>
    <item>
        <title>Assigning tags and managing Property Manager Page control dependencies</title>
        <description>Assigning custom tags and managing SOLIDWORKS Property Manager Page control dependencies (visibility, enable state, etc.) using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/dependencies/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/dependencies/</guid>
    </item>
    <item>
        <title>Handling dynamic values updated in the controls</title>
        <description>Handling dynamic values updated in the controls of the Property Manager Page using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/dynamic-values/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/dynamic-values/</guid>
    </item>
    <item>
        <title>Group Box in SOLIDWORKS Property Manager Page</title>
        <description>Overview of functionality to groups the controls</description>
        <link>https://xcad.xarial.com/property-pages/controls/group/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/group/</guid>
    </item>
    <item>
        <title>Number Box in SOLIDWORKS Property Manager Page</title>
        <description>Overview of options applied to Number Box control</description>
        <link>https://xcad.xarial.com/property-pages/controls/number-box/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/number-box/</guid>
    </item>
    <item>
        <title>Option box control in SOLIDWORKS Property Page with xCAD framework</title>
        <description>Overview of SOLIDWORKS Property Manager Page option box control creation and customization using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/option-box/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/option-box/</guid>
    </item>
    <item>
        <title>Options of SOLIDWORKS Property Manager Page</title>
        <description>Overview of options applied to the SOLIDWORKS property manager page itself</description>
        <link>https://xcad.xarial.com/property-pages/controls/page/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/page/</guid>
    </item>
    <item>
        <title>Selection box control in SOLIDWORKS Property Page with xCAD framework</title>
        <description>Overview of options applied to Selection Box control</description>
        <link>https://xcad.xarial.com/property-pages/controls/selection-box/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/selection-box/</guid>
    </item>
    <item>
        <title>Tab control in SOLIDWORKS property Manager Page</title>
        <description>Creating tab control in the Property Manager Page using xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/controls/tab/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/tab/</guid>
    </item>
    <item>
        <title>Text Box control in SOLIDWORKS Property Manager Page</title>
        <description>Overview of options applied to Text Box control</description>
        <link>https://xcad.xarial.com/property-pages/controls/text-box/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/controls/text-box/</guid>
    </item>
    <item>
        <title>Handling events of SOLIDWORKS property manager page</title>
        <description>Overview of property manager page events handling</description>
        <link>https://xcad.xarial.com/property-pages/events/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/events/</guid>
    </item>
    <item>
        <title>SOLIDWORKS Property Manager Page closing events handling</title>
        <description>Overview of events associated with closing of SOLIDWORKS property manager page handled in xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/events/closing/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/events/closing/</guid>
    </item>
    <item>
        <title>SOLIDWORKS Property Manager Page data changed events handling</title>
        <description>Overview of events associated with data change of SOLIDWORKS property manager page handled in xCAD framework</description>
        <link>https://xcad.xarial.com/property-pages/events/data-changed/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/property-pages/events/data-changed/</guid>
    </item>
    <item>
        <title>Using xCAD to create out-of-process (stand-alone) applications</title>
        <description>Creating out-of-process (stand-alone) executable applications (console, win forms, WPF application)</description>
        <link>https://xcad.xarial.com/stand-alone/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/stand-alone/</guid>
    </item>
    <item>
        <title>Target multiple SOLIDWORKS versions using xCAD framework</title>
        <description>How to target multiple versions of the SOLIDWORKS with the same code base using xCAD framework</description>
        <link>https://xcad.xarial.com/target-versions/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/target-versions/</guid>
    </item>
    <item>
        <title>Storing 3rd party data in SOLIDWORKS models using xCAD framework</title>
        <description>Storing 3rd party data (structures and storages) in SOLIDWORKS model stream using xCAD framework</description>
        <link>https://xcad.xarial.com/third-party-data-storage/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/third-party-data-storage/</guid>
    </item>
    <item>
        <title>Storing data in the 3rd party storage store via xCAD framework</title>
        <description>Serializing custom structures into the 3rd party storage store using xCAD framework</description>
        <link>https://xcad.xarial.com/third-party-data-storage/storage/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/third-party-data-storage/storage/</guid>
    </item>
    <item>
        <title>Storing data in the 3rd party storage (stream) via SwEx.AddIn framework</title>
        <description>Serializing custom structures into the 3rd party storage (stream) using SwEx.AddIn framework</description>
        <link>https://xcad.xarial.com/third-party-data-storage/stream/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/third-party-data-storage/stream/</guid>
    </item>
    <item>
        <title>Troubleshoot SOLIDWORKS add-in developed with xCAD framework</title>
        <description>Troubleshooting techniques for the applications built on xCAD framework</description>
        <link>https://xcad.xarial.com/troubleshooting/</link>
        <guid isPermaLink="true">https://xcad.xarial.com/troubleshooting/</guid>
    </item>

    </channel>
</rss>