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

Hey, `Objects.Converter.Revit.COnverterRevit.GetParamInternalName` sets the `applicationInterName` for shared parameters to the GUID. https://github.com/specklesystems/speckle-sharp/blob/feb6dae98f2f27602aea02ff9d91610ddd45cb9f/Objects/Converters/ConverterRevit/ConverterRevitShared/ConversionUtils.cs#L421-L424 It causes trouble as the objects' name contains dashes (`-`) and GraphQL does not support that. Should the...

question

### Observed Behaviour - Looks like every curve from Rhino gets converted to Nurbs. And circles are a special type of nurbs that is not supported by Revit (single closed...

bug
enhancement
revit

## Info Family generation will be an important part of Speckle especially after the integration of mapping stuff. So here my notes after doing some exercises. - `Update` doesn’t work....

bug
enhancement
revit

https://github.com/specklesystems/speckle-sharp/blob/ca31096d045131d35b120b84fa672b56b284b78a/ConnectorGrasshopper/ConnectorGrasshopper/Transports/SendReceiveTransport.cs#L37 Is it better to set param data mapping in BeforeSolveInstance() as a general approach to enforcing a particular GH_DataMapping type? ``` C# protected override void BeforeSolveInstance() { //Enforce flattened...

enhancement
grasshopper

Maybe provide a setting to specify a local folder with available families - eg missing pipe dimensions - missing families that are actually available locally in a folder See: https://speckle.community/t/speckle-library-manager/2853/5

enhancement
desktopui
revit

# Description This issue is related to the hijacking of the App menu name issue, it may even be the same root cause. Our Speckle DUI window is somehow hijacking...

bug
rhino

Reported in the forum: https://speckle.community/t/dynamo-polycurves-may-be-branching/3164 Related to https://github.com/specklesystems/speckle-sharp/issues/1386 The Dynamo receive node stops conversion whenever a single item fails, and returns `null` as an output. Grasshopper handles this on a...

bug
dynamo

Reported in the forum: https://speckle.community/t/dynamo-polycurves-may-be-branching/3164 `Polycurves may be Branching`: I've never seen this error but I'm assuming we have a "PolyCurve" I've uploaded the curves that caused this here. They...

bug
dynamo

## Description As shown [here ](https://speckle.community/t/rooms-are-not-affected-by-room-area-computation/3133/3?u=gokermu)by MaxT, rooms sent to Speckle doesn't preserve their location /area calculation lines. ![image](https://user-images.githubusercontent.com/51519350/177306649-9250523a-1956-4f38-97d3-6c080fc4817f.png) ![image](https://user-images.githubusercontent.com/51519350/177306665-59b0a4ae-1a63-43a8-804d-d84ee36555b8.png) ## Usecase For thermal simulations, zones needs to share a...

hacktoberfest

Quite sure they used **not** to be UI blocking, even if sending, so let's investigate what's going on and if we can make it more user-friendly.

bug
revit