Click or drag to resize

CADSharpTools.PDM

CADSharpTools.PDM is a productivity tools for SOLIDWORKS API and SOLIDWORKS PDM API Developers.

Getting Started

You can download CADSharpTools.PDM via the Visual Studio Nuget package manager:

Install-Package CADSharpTools.PDM

For on demand technical support and additional resources for SOLIDWORKS API / EPDM API, please join our slack channel.

Architecture

Most extension methods in CADSharpTools.PDM returns a MethodReturn of T instead of returning a type. MethodReturn and its generic version provide additional exception handling. Methods that returns MethodReturn of T have an internal exception handling block for both COMException and Exception exceptions.

See Also

Other Resources