Open dronov-dmitry opened 3 years ago
Hello dronov-dmitry, thank you for submitting this issue! We are super excited that you want to help us make Dynamo all that it can be. However, given that there has been no additional information added, this issue will be closed for now. Please reopen and provide additional information if you wish the Dynamo team to investigate further.
Additional information:
@RobertGlobant20 Seems our bot will mistakenly close user created issue like this?
I think this is a DynamoRevit GeometryConversion issue and should be transferred to DynamoRevit repo - @ZiyunShang fyi.
@dronov-dmitry please provide steps to reproduce (rvt, code, .dyn file etc)
would guess it makes sense to start looking: https://github.com/DynamoDS/DynamoRevit/blob/master/src/Libraries/RevitNodes/GeometryConversion/SurfaceExtractor.cs#L239
As Michael guessed, an error occurred there. For your RuledFace, face.get_Curve(0) returned null, and face.get_Curve(1) returned a Arc line. For the current code, it can't create a Dynamo Surface here.
Hi @mjkkirschner , for this Geometry, its profile in Revit is composed of three surfaces, as shown. As you can see, the surface consists of a triangle and two symmetrical plane geometry with a quarter circle. For the plane geometry with a quarter circle, it only gets one edge through Revit api - get_curve : Is this can be converted to Dynamo Geometry?
Have a problem with "RuledFace" geometry. ErrorWrite : "Значение не может быть неопределенным.: Имя параметра: revitCurve" Dynamo version - 2.0.4 Windows 10 This element is showing like this :