Hi,
I want to introduce new free and open source library in the SwEx Framework family in addition to the SwEx.AddIn which was published last week.
SwEx.PMPage library is designed to simplify the way the property manager pages are created and the values are being synchronised with the data model. Framework is used different approach where property manager page is created and bound automatically from the data model.
For more information, API reference and video demonstration of the benefits of the framework follow this link: SwEx.PMPage
Thanks,
Artem
New 0.4.0 version is release and published on NuGet. New version includes the following enhancements:
Check documentation and API reference for more information and example projects.
This is a free and open source library available on GitHub.
This framework uses completely new approach for designing property manager pages. Allowing to develop simple, robust type safe pages in SOLIDWORKS by defining the data model.
For example this is the property page and its behaviour created using the SwEx.PMPage framework for new version of Bounding Cylinder (Round Stock) Add-In
And below is the only code required to create this property page. Note that it is not required to add any controls explicitly or set/get control values. Framework will take care of it and bound of the user selections directly to the defined data model (class object):