CCd.AssimpNet 6.0.5648

dotnet add package CCd.AssimpNet --version 6.0.5648
                    
NuGet\Install-Package CCd.AssimpNet -Version 6.0.5648
                    
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="CCd.AssimpNet" Version="6.0.5648" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CCd.AssimpNet" Version="6.0.5648" />
                    
Directory.Packages.props
<PackageReference Include="CCd.AssimpNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CCd.AssimpNet --version 6.0.5648
                    
#r "nuget: CCd.AssimpNet, 6.0.5648"
                    
#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.
#:package CCd.AssimpNet@6.0.5648
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CCd.AssimpNet&version=6.0.5648
                    
Install as a Cake Addin
#tool nuget:?package=CCd.AssimpNet&version=6.0.5648
                    
Install as a Cake Tool

The latest release can be downloaded via NuGet.

Introduction

this base is bringed from assimp. ( https://github.com/assimp/assimp )

Supported Frameworks

  • .NET Standard 2.1

This means the NuGet package is compatible with a wide range of applications.

The patcher requires .NET6~ to be installed on your machine to build.

Supported Platforms

The NuGet package supports the following Operating Systems and Architectures out of the box:

  • Windows

    • x64 (Windows 10 ~ )
  • Linux

    • x64 ( need to compile the native dll )
  • MacOS

    • x64 ( need to compile the native dll )
  • currently, Assimp++ library was only compiled for win64. ( need to compile for the other platform ).

Features

  • Using Double precision vertex coordinate and operation. It is meaning You can import and export the model including big coordinate without crushing. ex) like GIS coordinate model data.

  • XDO model import. vworld model format in south korea.

Basic Usage

https://copycd.tistory.com/145

Licensing

The library is licensed under ShareWare. This means Available for non-profit purposes. A license is required for commercial use.

Contact

copycd@daum.net

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CCd.AssimpNet:

Package Downloads
CCd.Three.Mesh

Package Description

CCd.Wins.UI

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.5648 49 9/20/2026
6.0.5617 223 4/30/2026
6.0.4605 212 2/25/2026
6.0.3601 218 1/24/2026
6.0.2521 368 12/7/2025
6.0.2513 406 7/3/2025
6.0.2507 373 6/1/2025
5.4.2510 365 5/17/2025
5.4.2501 472 12/18/2024
5.4.2414 466 10/21/2024
5.4.2409 576 8/28/2024
5.4.2406 533 5/13/2024
5.3.2404 372 4/2/2024
5.3.2403 623 3/2/2024
5.3.2315 398 12/2/2023
5.2.2309 578 8/14/2023
Loading failed