Kilian

Results 11 comments of Kilian

@connorivy sorry for the late response. Thanks for the feedback. Of course I am willing to also implement the phasing for receiving data from Speckle.

Hey @AlanRynne It needs more change than I expected. I need to add code to every BuildingElement in the RevitConverter. I was wondering why Speckle doesn't implement a base-class ```Element```...

Actually, I had time today... @connorivy As we have ```Phase``` as ```string``` it may get into trouble if the value does not match with the name of a phase in...

thanks for the feedback. @didimitrie I am new to GraphQL and I read that it does not work with a dash. Eventually I want to connect from PowerBI. For now...

@didimitrie thanks again for the quick response. in Revit we have different kinds of parameters. Your query does work for Revits' builtin-parameters but not for shared parameters. Shared parameters have...

Now I found the actual problem: https://github.com/specklesystems/speckle-sharp/blob/0b972a1a8425c8abb0f8935fa2abfa58c96f1aa6/Objects/Converters/ConverterRevit/ConverterRevitShared/ConversionUtils.cs#L211-L213 Phasing parameters define the phase element and are excluded. Have you put any thoughts on including such parameters?

Hey @teocomi , thanks for your response. From a Revit-perspective there can either just be a "Phase" parameter or a "Phase Created" and "Phase Demolished" parameter. The phase itself has...

It is probably enough to have it as text. I checked IFC and there they also only have one parameter. I will implement this in ```Objects.Converter.Revit.ConvertToSpeckle()``` I hope that will...

Hey @jsdbroughton, thanks for your response. In my opinion, this property should address the surface of the Mesh without interpreting the domain knowledge such as using the plan area for...