Hi, do you have any tip how to delete alignment subentities (Arcs)?
I tried to use the “Object.Select” node but the Arcs can’t be selected that way even if I click in them in the modelspace.
Not sure, if it will be possible to delete it using the Object.Delete due it can’t be selected manually and need to be made from the Civil 3D menues…
The alignment is an object, but the entities and sub-entities that define it are not objects themselves. That’s why the Object.Delete node doesn’t work in this case.
I have alignment created from polyline (tangents and arcs sub-entities). The goal is add to this existing alignment spiral-arc-spiral entity using node AlignmentEntities.AddFreeSCS from Civil3DToolkit and delete existing arcs at the same time.
