Compare commits

...

1 Commits

Author SHA1 Message Date
Jedd Morgan 95a55ab104 Test a change in Revit
.NET Build and Publish / build-windows (push) Has been cancelled
.NET Build and Publish / build-linux (push) Has been cancelled
.NET Build and Publish / deploy-installers (push) Has been cancelled
2025-03-14 13:55:35 +00:00
@@ -15,6 +15,7 @@ public class ArcConverterToHost : ITypedConverter<SOG.Arc, DB.Arc>
ITypedConverter<SOG.Plane, DB.Plane> planeConverter
)
{
_ = 0;
_pointToXyzConverter = pointToXyzConverter;
_scalingService = scalingService;
_planeConverter = planeConverter;