The title really says it all. I’m trying to model retaining walls that have different profiles for the footings and top of wall, so I’m using Solid.BySweep2Rails to sweep a cross section along the two profiles. It causes Civil 3D to crash every time, no matter if I’m running in Automatic or Manual mode. Any ideas?
Sweep each curve segment of the profiles along the guide curves then join them to create a solid at the end.
Hi @zachri.jensen
Possible to drop relevant dwg and dyn files?
@Kulkul - not very easily…there are a lot of other associated files as well. You can just try doing a basic sweep by rails and it should crash.
OK, so it works for a circle as the profile. But try some other type of closed polycurve. Here’s an example that crashes on my machine every time.
EDIT: this also crashes in Sandbox.
SweepByRails.dyn (17.9 KB)
Please report this issue here:
Done, here it is for tracking.
opened 02:50PM - 13 May 20 UTC
closed 03:19PM - 16 Jun 20 UTC
Geometry
crash
tracked
If this issue is with Dynamo for Revit, please post your issue on the [Dynamo fo… r Revit Issues page](https://github.com/DynamoDS/DynamoRevit/issues).
If this issue is **not** a bug report or improvement request, please check the [Dynamo forum](https://forum.dynamobim.com/), and start a thread there to discuss your issue.
## Dynamo version
2.4.1.6394
## Operating system
Windows 10
## What did you do?
I am trying to sweep a non-circular closed polycurve along two rails with Solid.BySweep2Rails.
## What did you expect to see?
I expected to see the polycurve sweep along the rails like it does with a circular profile.
![Circular profile](https://user-images.githubusercontent.com/24361762/81828252-d420b380-94f6-11ea-9b17-99d0d05af83d.gif)
## What did you see instead?
Dynamo crashes when using a polycurve as the profile.
![Rectangular profile](https://user-images.githubusercontent.com/24361762/81827373-ef3ef380-94f5-11ea-987a-021217af1a5b.gif)
1 Like