speckle-sharp icon indicating copy to clipboard operation
speckle-sharp copied to clipboard

.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.

Results 252 speckle-sharp issues
Sort by recently updated
recently updated
newest added

## Description & motivation Automate functions can flag certain inputs as secrets. This will guarantee that their values are redacted in the UI and in any logging during execution. In...

Added the following conversions ToSpeckle, they will need testing: * Arc * BoundingBoxXYZ * Circle * Ellipse * Hermite * NurbsSpline * Plane * PointCloud * Polyline * Vector There...

## Description & motivation Adds the wall conversion. Specifically consolidated the existing logic into more digestible methods and added functionality to send curtain walls and stacked walls that didn't previously...

## Description & motivation ## Changes: ## To-do before merge: ## Screenshots: ## Validation of changes: ## Checklist: - [ ] My pull request follows the guidelines in the [Contributing...

## Description & motivation Replaces `System.Runtime.Serialization.Formatters.Binary.BinaryFormatter` with a custom implementation of the specification (see [here](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-nrbf/10b218f5-9b2b-4947-b4b7-07725a2c8127)) in response to it's ongoing obsolescence (see [here](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter?view=net-8.0)). This was also in response to the...

## Description & motivation ## Changes: ## To-do before merge: - Invoking common receive operation located in Speckle.Connectors.Utils.Operations with custom RevitHostObjectBuilder - Wrapped entire thing in RevitTask to execute in...

https://github.com/specklesystems/speckle-sharp/blob/b67e46c0dc3eee8572f4cf9c9cdef339949f536b/Objects/Converters/ConverterRhinoGh/ConverterRhinoGhShared/ConverterRhinoGh.cs#L740 If the collectionType is null in this case it silently throws and nothing in the collection loads, showing a successful pull. should be ```cs case Collection c when !...

bug

Right now If you create a floor via grasshopper with a 3D curve, the floor in Revit will be flat. But it is possible to create a "dubble curved floor"...

enhancement

## Description Archicad connector icon under File > Interoperability looks out of place in Mac. Replace it with an speckle cube outline similar to other icons in the same dialog....

enhancement
archicad

## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....

bug