SOLIDWORKS-PDM-API-SDK
SOLIDWORKS-PDM-API-SDK copied to clipboard
The SOLIDWORKS PDM Professional Application Programming Interface (API) is an OLE programming interface to SOLIDWORKS PDM Professional. PDMSDK is the only SOLIDWORKS PDM SDK that builds on top of the...
**Some thoughts about logging in the SDK just to start conversation.** **Background**: I log my exceptions to the PDM file system. This has the unfortunate consequence of requiring check in...
Issue: - Create a WPF usercontrol with any input and host in an EdmTaskPage. - Compile add-in and add to the vault. - Create task and choose add-in from dropdown....
1. Fix `[Menu((int)Commands.CommandOne, "Click Me!", 43)]` to use the right constructors in both CS and VB Project Templates 2. Upgrade dependencies to 76 or later 3. Add callback sample for...
Help us **complete**, **proofread**, or **verify** the information in the documentation guide for PDMSDK. Compiled version: https://bluebytesystemsinc.github.io/SOLIDWORKS-PDM-API-SDK/docs/getting-started.html Working directory: https://github.com/BlueByteSystemsInc/SOLIDWORKS-PDM-API-SDK/tree/master/docfx/docs To contribute, please make a pull request by: - Editing...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
We're using the following resolver now and making it virtual. ``` public virtual Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs args) { var Assembly = default(Assembly); var thisAssembly = new FileInfo(this.GetType().Assembly.Location); var directory...
Reverts BlueByteSystemsInc/PDMSDK#40
**Situation:** We're currently only targeting .NET 472. As more and more people start using the framework, we'd probably need to include more builds of PDMFramework for 4.5.1 - 4.8 in...