Skip to content

pablothedolphin/Objects

Objects

Twitter Follow Discourse users Slack Invite website

Status

.NET Core

Disclaimer

This is an early alpha release, not meant for use in production! We're working to stabilise the 2.0 API, and until then there will be breaking changes. You have been warned!

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.

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 in two main places, usually:

Do join and introduce yourself!

License

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

About

The Speckle 2.0 .NET object model: geometry and element base classes.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages