-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,30 @@ | ||
# .NET framework Library for SOLIDWORKS PDM Professional | ||
A produtivity framework to improve the development of : | ||
- SOLIDWORKS PDM add-ins | ||
- SOLIDWORKS PDM task add-ins | ||
# PDMSDK is .NET Library for SOLIDWORKS PDM Pro | ||
|
||
# Nuget | ||
>[!TIP] | ||
>We have a new documentation page that contains a step-by-step guide on getting started as well as extensive API reference. It is accessible [here](https://bluebytesystemsinc.github.io/SOLIDWORKS-PDM-API-SDK/docs/getting-started.html). | ||
Install the latest version [here](https://www.nuget.org/packages/BlueByte.SOLIDWORKS.PDMProfessional.SDK). | ||
### What can I Do with PDMSDK? | ||
|
||
Command-line: | ||
With PDM SDK, you can develop: | ||
|
||
```Install-Package BlueByte.SOLIDWORKS.PDMProfessional.PDMSDK``` | ||
|
||
# Sample add-in | ||
|
||
TestAddIn folder contains a sample copy to clipboard addin. | ||
- SOLIDWORKS PDM add-ins | ||
- SOLIDWORKS PDM task add-ins | ||
|
||
# VS Template | ||
### VS Template | ||
|
||
Get it from [here](https://marketplace.visualstudio.com/items?itemName=BlueByteSystemsInc.ID). | ||
|
||
### Nuget [![NuGet version (BlueByte.SOLIDWORKS.PDMProfessional.SDK)](https://img.shields.io/nuget/v/BlueByte.SOLIDWORKS.PDMProfessional.SDK.svg?style=flat-square)](https://www.nuget.org/packages/BlueByte.SOLIDWORKS.PDMProfessional.SDK) | ||
|
||
# Documentation | ||
|
||
Will be built with castle sand. Please also check our [YouTube channel](https://www.youtube.com/c/bluebytesystemsinc). | ||
|
||
|
||
# Examples | ||
|
||
Check the Examples folder: | ||
- QRCode add-in | ||
Command-line: | ||
|
||
# Support | ||
You can start a ticket on this repo. Best way to get an answer is to ask a question at [cadoverflow.com](https://www.cadoverflow.com) under the PDMFramework group. | ||
```Install-Package BlueByte.SOLIDWORKS.PDMProfessional.PDMSDK``` | ||
|
||
### Sample add-in | ||
|
||
TestAddIn folder contains a sample copy to clipboard addin. | ||
|
||
# Copyright | ||
|
||
See LICENSE.md | ||
### Support | ||
You can start a ticket on this repo. The best way to get an answer is to ask a question at [cadoverflow.com](https://www.cadoverflow.com) under the PDMFramework group. |