Loft profiles

If I us loft on a few profiles to make a solid can I then amend the solid later by adding an additional profile?
Also knowing that the solid will be fairly complex what options/methods to extend the outer edges? I appreciate i will have to pick a plane to extend it along.
Comments
-
Hello.
Bricscad doesn't use history-base modeling.
So, after the 3D solid is created, there is no link to the entities or settings used to create it.The editing options are quite few.
You could experiment with using the _DMPUSHPULL and _SOLIDEDIT commands.Also, the _LOFT command deletes the selected 2D entities.
Given this, when creating a complex solid, it is useful to keep a copy the original 2D entities, to use them in the next lofting iteration.
1 -
Thank you Virgil, I will keep the profiles for now on and also request to support that perhaps it can be an optional to keep them in future releases.
Still playing about with the DM tools so will keep seeing if I can achieve
0 -
just wanted to mention the system variable DELOBJ in case you are not aware of it…
It controls if source entities, used to create 3D entities (with commands such as EXTRUDE, REVOLVE and LOFT) are retained or deleted.
0