Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhukarmoogala/importaccparameters
Importing ACC Parameters to AutoCAD
https://github.com/madhukarmoogala/importaccparameters
Last synced: 25 days ago
JSON representation
Importing ACC Parameters to AutoCAD
- Host: GitHub
- URL: https://github.com/madhukarmoogala/importaccparameters
- Owner: MadhukarMoogala
- License: mit
- Created: 2023-07-09T09:12:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-07T13:06:25.000Z (about 1 year ago)
- Last Synced: 2023-09-12T19:02:59.416Z (about 1 year ago)
- Language: C#
- Size: 1.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ImportACCParameters
Importing ACC Parameter definitions created on ACC to AutoCAD, once the definitions are imported in to AutoCAD drawing database, definitions are populated with unique ids against the Selected objects.
This sample demonstrates attaching Asset id to `BlockReferences` and Wire Tags to `Lines` , random values are generated in AutoCAD plugin to attach ids, ideally these uniques values may be stored in SQL Database and retrieved.
## Demo
![](https://github.com/MadhukarMoogala/ImportACCParameters/blob/master/parameters_autocad.png)## Prequisites
In order to be able to access your BIM 360 project from this demo, you will need to add the following APS credentials as a [custom integration](https://forge.autodesk.com/en/docs/bim360/v1/tutorials/getting-started/manage-access-to-docs):
- APS Client ID: gXl0SU68l2YK3NXSbdlI1CcjZTPBhNUN
## Build
```bash
git clone https://github.com/MadhukarMoogala/ImportACCParameters.git
cd ImportACCParameters```
Add a `appsettings.user.json` to the project.
```bash
{
"Forge": {
"ClientId": "gXl0SU68l2YK3NXSbdlI1CcjZTPBhNUN",
"ClientSecret": ""
}
}
```- Open the `ImportACCParameters.sln` in Visual Studio 2022
- Rebuild
### License
This sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT). Please see the [LICENSE](LICENSE) file for full details.
### Written by
Madhukar Moogala, [APS Developer Advocacy](https://aps.autodesk.com) @galakar