SRaven
Aerospace
- Oct 14, 2015
- 5
Hi alls,
It would be useful to overwrite bulk Card in automated way. No idea if is possible.
I found something like the delete command ("/") but it Looks like is absolutelly not what I'm searching for. I add an example below.
For smaller bdf that would not help a lot, but for extemelly complex bdf with nested include, that would be an epocal change...
Is it possible to do so (or am I the only one that feel this Need).
Thanks a lot
Saverio
Forum noob
For example, let's suppose I have in my deck the following Card
CQUAD4 1 1 1 2 5 4
And I would like to update this Card (i.e. for a new property) as follow
CQUAD4 1 2 1 2 5 4
I have to manually search for this Card and either change or comment/retype it
$CQUAD4 1 1 1 2 5 4
CQUAD4 1 2 1 2 5 4
It would be extremelly useful to have a way to change it directly from the deck (for example typing something like in the bottom of your bulk section)
/delete cquad4,1
CQUAD4 1 2 1 2 5 4
in wich the first line delete the previous Card and the second line define the new one...
It would be useful to overwrite bulk Card in automated way. No idea if is possible.
I found something like the delete command ("/") but it Looks like is absolutelly not what I'm searching for. I add an example below.
For smaller bdf that would not help a lot, but for extemelly complex bdf with nested include, that would be an epocal change...
Is it possible to do so (or am I the only one that feel this Need).
Thanks a lot
Saverio
Forum noob
For example, let's suppose I have in my deck the following Card
CQUAD4 1 1 1 2 5 4
And I would like to update this Card (i.e. for a new property) as follow
CQUAD4 1 2 1 2 5 4
I have to manually search for this Card and either change or comment/retype it
$CQUAD4 1 1 1 2 5 4
CQUAD4 1 2 1 2 5 4
It would be extremelly useful to have a way to change it directly from the deck (for example typing something like in the bottom of your bulk section)
/delete cquad4,1
CQUAD4 1 2 1 2 5 4
in wich the first line delete the previous Card and the second line define the new one...