Post with video
Nullam porttitor odio non nunc laoreet ullamcorper pellent desque velit eget quam pretium condim entum dignissim.
Nullam porttitor odio non nunc laoreet ullamcorper pellent desque velit eget quam pretium condim entum dignissim.
Curabitur iaculis quis justo nec tincidunt. Etiam id elit, vel tincidunt nulla. Vestibulis accumsan.
Maecenas enim velit, euismod eu tempor sit amet, dictum at est. In placerat fringilla bibendum.
Nullam rutrum velit eget quam pretium vehicula porttitor odio non nunc laoreet.
Maecenas enim velit, euismod eu tempor sit amet, dictum at est. In placerat fringilla bibendum.
Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curs lorem ipsum dolor.
Here’s an example of adding and removing users and groups from a vault using the SolidWorks EPDM API. The example does the following: Creates an example group Creates an example user Add the user to the group Removes the user from the group Removes the user Removes the group If the user or group exists…
I recently had someone ask me to provide an example using PHP with the SolidWorks EPDM API. I am posting the example I provided in hopes it may help someone else down the road. Note the module name in the ‘new COM’ line. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <style…
Maecenas sit amet tincidunt elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas lorem.
I normally use config (xml) files for my EPDM add-in configuration, however, there are a couple of issues with them. One needs to remember to add the configuration file when adding the add-in. Security is at risk as passwords are readable by anyone who knows where to look for them if they are stored in…