speckle-sharp/Objects
Matteo Cominetti ff929b3ea5
fix: update direct shape parameters when it already exists (#3664)
2024-12-11 19:25:06 +00:00
..
Converters fix: update direct shape parameters when it already exists (#3664) 2024-12-11 19:25:06 +00:00
Objects bjorn/cnx-255-etabs-assigning-to-frameobj-areaobj-setmodifiers-setpier-set (#3614) 2024-09-16 16:22:13 +02:00
Tests/Objects.Tests.Unit fix(ci): Bump to net8.0 and drop unused net7.0 target for grasshopper (#3659) 2024-11-27 17:59:34 +01:00
Directory.Build.props fix(nugets): Packing release was broken due to wrong projects being packed (#2621) 2023-06-05 16:49:23 +02:00
Objects.sln feat(autocad): CNX-9237 CNX-9238 Add support for Autocad and Civil3D 2025 (#3413) 2024-05-14 13:38:59 +01:00
README.md

README.md

Objects

Twitter Follow Community forum users website docs

Status

.NET Core

Introduction

Before venturing any further please make sure to check the following:

Objects

The Speckle 2.0 object model: geometry and element base classes. It uses .NET Standard 2.0 and has been tested on Windows and MacOS.

NOTE: this is the default object model we ship with Speckle. You can develop your own or fork this and extend it too!

More info on Objects and Kits 2.0 can be found in this community forum thread.

Documentation

Comprehensive developer and user documentation can be found in our:

📚 Speckle Docs website

Developing & Debugging

Building

Just restore all the NuGet packages and hit Build!

Developing

Objects is just a set of Data Transfer Objects, it's quite straightforward to understand how they work!

Host application support

In order to better support interop between the various AEC host applications and Speckle, Objects also contains classes that help to deal with native object types and their properties.

For example, you'll see a \Revit folder. That contains a series of classes that extend the basic ones with a series of default Revit properties. This is the approach we'll follow with other host applications as well.

Contributing

Please make sure you read the contribution guidelines for an overview of the best practices we try to follow.

Community

The Speckle Community hangs out on the forum, do join and introduce yourself & feel free to ask us questions!

License

Unless otherwise described, the code in this repository is licensed under the Apache-2.0 license.