Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmenJlili authored May 2, 2024
1 parent 6319704 commit e83e208
Showing 1 changed file with 16 additions and 26 deletions.
42 changes: 16 additions & 26 deletions README.md
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.

0 comments on commit e83e208

Please sign in to comment.