Good evening, I would like to create a script to model roadside curbs from feature lines. Do you have any suggestions on how to approach this? My idea is to assign a typical section (possibly created with a subassembly) and have it generate the solids directly, without creating corridors, since my model contains about 1000 curbs.
Try using Curve.PlaneAtParameter and then Rectangle.ByWidthLenght combined with Curve.SweepAsSolid. After getting the curve from the FeatureLine you could try these three nodes to get a solid along the Polycurve.
I need to create concrete drainage channels orthogonal to the road axis.
I already have polylines corresponding to the axes of the concrete drainage channels, from which I want to generate the characteristic lines and assign them the elevation taken from the road surface.
Subsequently, I intend to assign them a standard cross-section.
After that, I want to generate the 3D solids without creating corridor models in order to avoid slowing down the software.
Later on, with another script that I already have ready, I will assign the property sets to them.