APSToolkit 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package APSToolkit --version 1.1.3
NuGet\Install-Package APSToolkit -Version 1.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="APSToolkit" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add APSToolkit --version 1.1.3
#r "nuget: APSToolkit, 1.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install APSToolkit as a Cake Addin
#addin nuget:?package=APSToolkit&version=1.1.3

// Install APSToolkit as a Cake Tool
#tool nuget:?package=APSToolkit&version=1.1.3

Platform License: MIT

ReSharper Rider Visual Studio 2022 .NET Framework

Publish Nuget Version pypi NuGet Downloads

<a href="https://twitter.com/intent/follow?screen_name=chuongmep"> <img src="https://img.shields.io/twitter/follow/chuongmep?style=social&logo=twitter" alt="follow on Twitter"></a>

πŸ”© APS Toolkit

APS Toolkit (Former is Forge) is powerful for you to explore Autodesk Platform Services(APS). It's built on top of Autodesk.Forge and Newtonsoft.Json. Forge Toolkit includes some features allow you to read, download and write data from Autodesk Platform Services and export to CSV, Excel, JSON, XML, etc.

APSToolkit

⚑ Features

  • Read/Download SVF Model
  • Read/Query Properties Database SQLite
  • Read/Download Properties Without Viewer
  • Read Geometry Data
  • Read Metadata
  • Read Fragments
  • Read MeshPacks
  • Read Images
  • Export Data to CSV
  • Export Data to Excel
  • Export Data to Parquet

βš™ Installation

.NET

Please follow latest update at APSToolkit Nuget

<PackageReference Include="APSToolkit" Version="1.*" />

Python

Please follow latest update at APSToolkit Python

pip install aps-toolkit --upgrade

Before start you need setup your environment:

APS_CLIENT_ID = <your client id>
APS_CLIENT_SECRET = <your client secret>
APS_REFRESH_TOKEN = <your refresh token>

⭐ Getting Started

I want export Revit Data To Excel πŸ‘‡

.NET

using APSToolkit;
using Autodesk.Forge;
using APSToolkit.Database;
using APSToolkit.Auth;
var token = Authentication.Get2LeggedToken().Result;
string urn = "dXJuOmFkc2sud2lwcHJvZDpmcy5maWxlOnZmLk9kOHR4RGJLU1NlbFRvVmcxb2MxVkE_dmVyc2lvbj0z";
var RevitPropDbReader = new PropDbReaderRevit(urn, token);
RevitPropDbReader.ExportAllDataToExcel("result.xlsx");

Python

from aps_toolkit import Auth
from aps_toolkit import PropDbReaderRevit
auth = Auth()
token = auth.auth2leg()
urn = "dXJuOmFkc2sud2lwcHJvZDpmcy5maWxlOnZmLk9kOHR4RGJLU1NlbFRvVmcxb2MxVkE_dmVyc2lvbj0z"
prop_reader = PropDbReaderRevit(urn, token)
df = prop_reader.get_data_by_category("Ducts")
df.save_to_excel("result.xlsx")

πŸ“š Tutorials

.NET

All Tutorials are available under Jupyter Notebook at .NET Tutorials

Python

WARNING: UNDER DEVELOPMENT

All Tutorials are available under Jupyter Notebook at Python Tutorials

License

ThΓ­s project is licensed under the terms of the MIT.

Many thanks some repos:

πŸ‘¨β€πŸ« Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

🎁 Sponsors

alternate text is missing from this package README image

Thanks JetBrains for providing a free All product IDE for this project.


Known Issues

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5 90 3/25/2024
1.1.4 88 3/15/2024
1.1.3 97 3/12/2024
1.1.2 105 3/9/2024
1.1.1 91 3/7/2024
1.1.0 103 3/5/2024
1.0.9 101 3/3/2024
1.0.8 91 2/28/2024
1.0.8-beta 60 2/28/2024
1.0.7 99 2/28/2024
1.0.6 96 2/28/2024
1.0.5 113 2/27/2024
1.0.4 85 2/26/2024
1.0.3 91 2/26/2024
1.0.2 104 2/26/2024
1.0.2-beta 79 2/26/2024
1.0.1 106 2/26/2024
1.0.1-alpha 81 2/23/2024
1.0.0 99 2/22/2024