Hello,
It will be nice to learn more about custom commands / combination of Autocad and Advance Steel commands improving productivity.
To colleagues willing to share-Thank you.
Here is a tiny example:
"Hide parts with identical numbers"-used when parts are detailed using drawings styles.
^C^C_AstM5equalpartsMarkSame \;AstM4CommSelectMarkedObjects ;_AstM4SwitchReprMode off
And another one:
"Hide Similar Advance Steel Objects":
^C^C_SelectSimilar \;_AstM4SwitchReprMode off
Regards,
Ilko Dimitrov
ACBS
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Solved! Go to Solution.
Hello,
It will be nice to learn more about custom commands / combination of Autocad and Advance Steel commands improving productivity.
To colleagues willing to share-Thank you.
Here is a tiny example:
"Hide parts with identical numbers"-used when parts are detailed using drawings styles.
^C^C_AstM5equalpartsMarkSame \;AstM4CommSelectMarkedObjects ;_AstM4SwitchReprMode off
And another one:
"Hide Similar Advance Steel Objects":
^C^C_SelectSimilar \;_AstM4SwitchReprMode off
Regards,
Ilko Dimitrov
ACBS
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Solved! Go to Solution.
Solved by Jonathan3891. Go to Solution.
Solved by Sebastian_Eiche. Go to Solution.
Solved by Sebastian_Eiche. Go to Solution.
Solved by Sebastian_Eiche. Go to Solution.
Solved by acbsdesign. Go to Solution.
Solved by mick-CNF. Go to Solution.
Solved by Sebastian_Eiche. Go to Solution.
Solved by vuk.vukanic. Go to Solution.
Solved by bigcarl5000kg. Go to Solution.
Solved by MetallPlanMerkinger. Go to Solution.
Solved by MetallPlanMerkinger. Go to Solution.
Solved by bigcarl5000kg. Go to Solution.
Solved by Sebastian_Eiche. Go to Solution.
Solved by Matrix-Software. Go to Solution.
Solved by Sebastian_Eiche. Go to Solution.
Solved by Jonathan3891. Go to Solution.
Solved by Ryan-J. Go to Solution.
Solved by Jonathan3891. Go to Solution.
Solved by acbsdesign. Go to Solution.
Solved by Jonathan3891. Go to Solution.
Solved by Julio_Soto. Go to Solution.
Solved by MetallPlanMerkinger. Go to Solution.
Solved by Julio_Soto. Go to Solution.
Solved by MetallPlanMerkinger. Go to Solution.
Solved by MetallPlanMerkinger. Go to Solution.
These two are time savers:
"Trim / Extend to system"-select for example column, and select beam to be extended or trimmed to this column
^C^C_AstM9CommTrimExtend; s;
"Trim / Extend to line" - trims / extends beam/column to line (not real line, just by picking two point)
^C^C_AstM9CommTrimExtend; l;
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
These two are time savers:
"Trim / Extend to system"-select for example column, and select beam to be extended or trimmed to this column
^C^C_AstM9CommTrimExtend; s;
"Trim / Extend to line" - trims / extends beam/column to line (not real line, just by picking two point)
^C^C_AstM9CommTrimExtend; l;
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
let's start with a few simple ones:
screws off: ^C^C_AstM4SelectObjectByName ASTSCREWBOLTPATTERN _AstM4SwitchReprMode off
screws solid ^C^C_AstM4SelectObjectByName ASTSCREWBOLTPATTERN _AstM4SwitchReprMode exact
to move a complete mainpart (first select, then use the command):
^C^C_AstM4CommMarkSelAdd _AstM4CommSelectMarkedObjects _AstM4CommMarkConnMeans _AstM4CommSelectMarkedObjects _AstM4CommUnmarkObjects _move
to select the mainpart:
^C^C_AstM4CommUnmarkObjects _AstM4SwitchReprMode MAINSTRUCTURE _AstM4CommSelectMarkedObjects _AstM4CommMarkConnMeans _AstM4CommSelectMarkedObjects _AstM4CommUnmarkObjects
zoom to point and create a modelbox
^C^C_plan _c _zoom _c 0,0,0 1500 _AstM11commcreateModelview
modellboxes and jointboxes off
^C^C_AstM4SelectObjectByName ASTXDIALOG _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTXSTRUCTURAL _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTXMODELVIEW _AstM4SwitchReprMode off
Sebastian Eiche
Application Engineer @Mensch und Maschine acadGraph
If this information was helpful, please use the Accept as Solution function, this make it easier for other users
let's start with a few simple ones:
screws off: ^C^C_AstM4SelectObjectByName ASTSCREWBOLTPATTERN _AstM4SwitchReprMode off
screws solid ^C^C_AstM4SelectObjectByName ASTSCREWBOLTPATTERN _AstM4SwitchReprMode exact
to move a complete mainpart (first select, then use the command):
^C^C_AstM4CommMarkSelAdd _AstM4CommSelectMarkedObjects _AstM4CommMarkConnMeans _AstM4CommSelectMarkedObjects _AstM4CommUnmarkObjects _move
to select the mainpart:
^C^C_AstM4CommUnmarkObjects _AstM4SwitchReprMode MAINSTRUCTURE _AstM4CommSelectMarkedObjects _AstM4CommMarkConnMeans _AstM4CommSelectMarkedObjects _AstM4CommUnmarkObjects
zoom to point and create a modelbox
^C^C_plan _c _zoom _c 0,0,0 1500 _AstM11commcreateModelview
modellboxes and jointboxes off
^C^C_AstM4SelectObjectByName ASTXDIALOG _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTXSTRUCTURAL _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTXMODELVIEW _AstM4SwitchReprMode off
Sebastian Eiche
Application Engineer @Mensch und Maschine acadGraph
If this information was helpful, please use the Accept as Solution function, this make it easier for other users
Hi,
It is not quite a combined command string but a great tip I use:-
Get a 4 button mouse (or any mouse with thumb buttons) and then use the mouse driver to set one of the thumb buttons to SHIFT. That allows you to use SHIFT+MMB to rotate the model and SHIFT+RMB for temporary snaps menu with one hand.
Windows standard tools don't let you assign Shift to a mouse button, and not all drivers do, or a generic mouse does not have its own driver. I use "X Mouse Button Control"; it is free and it works great. (Set the button to "Simulated Key {SHIFT}"). I am sure other similar tools are out there.
Aleck Giles, Structures Consultant, Graitec
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Hi,
It is not quite a combined command string but a great tip I use:-
Get a 4 button mouse (or any mouse with thumb buttons) and then use the mouse driver to set one of the thumb buttons to SHIFT. That allows you to use SHIFT+MMB to rotate the model and SHIFT+RMB for temporary snaps menu with one hand.
Windows standard tools don't let you assign Shift to a mouse button, and not all drivers do, or a generic mouse does not have its own driver. I use "X Mouse Button Control"; it is free and it works great. (Set the button to "Simulated Key {SHIFT}"). I am sure other similar tools are out there.
Aleck Giles, Structures Consultant, Graitec
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Sebastian, Just wandering if these are "simple ones" how the rest look like:)
The richness of a product comes from many users looking at it.
I have a real tiny one, but is saved my tendonitis saving and closing dwgs:
In shortcut menus, right click
"Save and close"
^C^C_qsave;close
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Sebastian, Just wandering if these are "simple ones" how the rest look like:)
The richness of a product comes from many users looking at it.
I have a real tiny one, but is saved my tendonitis saving and closing dwgs:
In shortcut menus, right click
"Save and close"
^C^C_qsave;close
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Aleck,
Great-thank you. I use the 3D mouse, I will give it a try.
Couldn't get faster with the Pilot, It stays here brand new, untouched, to make me look smarter:)
I found a faster way to select and weld hidden parts using the X-Ray VS:
Regards,
Ilko Dimitrov
ACBS
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Aleck,
Great-thank you. I use the 3D mouse, I will give it a try.
Couldn't get faster with the Pilot, It stays here brand new, untouched, to make me look smarter:)
I found a faster way to select and weld hidden parts using the X-Ray VS:
Regards,
Ilko Dimitrov
ACBS
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
isolate Mainpart( without cube)
^C^C_AstM4SwitchReprMode MAINSTRUCTURE _AstM4CommSelectMarkedObjects _IsolateObjects _AstM4CommUnmarkObjects
connection elements off (I didn't include connectors, because I used not so often)
^C^C_AstM4SelectObjectByName ASTSCREWBOLTPATTERN _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTANCHOR _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTWELD _AstM4SwitchReprMode off AI_DESELECT
Sebastian Eiche
Application Engineer @Mensch und Maschine acadGraph
If this information was helpful, please use the Accept as Solution function, this make it easier for other users
isolate Mainpart( without cube)
^C^C_AstM4SwitchReprMode MAINSTRUCTURE _AstM4CommSelectMarkedObjects _IsolateObjects _AstM4CommUnmarkObjects
connection elements off (I didn't include connectors, because I used not so often)
^C^C_AstM4SelectObjectByName ASTSCREWBOLTPATTERN _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTANCHOR _AstM4SwitchReprMode off _AstM4SelectObjectByName ASTWELD _AstM4SwitchReprMode off AI_DESELECT
Sebastian Eiche
Application Engineer @Mensch und Maschine acadGraph
If this information was helpful, please use the Accept as Solution function, this make it easier for other users
Hi Sebastian,
Re: isolate Mainpart( without cube)
...what do you mean "without cube" ?
Doesn’t this do the same as existing command: AstM10ViewSelObjects_ ?
connection elements off
nice 🙂
Hi Sebastian,
Re: isolate Mainpart( without cube)
...what do you mean "without cube" ?
Doesn’t this do the same as existing command: AstM10ViewSelObjects_ ?
connection elements off
nice 🙂
Zoom at assembly and create model view (without model view cube)
^C^C_AstM10QuickObjectView ASSEMBLY
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Zoom at assembly and create model view (without model view cube)
^C^C_AstM10QuickObjectView ASSEMBLY
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Hi,
Is there anyone who can write "Hide detailed parts" command?
-Hide detailed SP and hide detailed MP.
On a complex project, when detailing with dwg styles, sometimes (as a matter of fact MANY times) we need to go back and do minor change to a SP, and the new SP becomes same as already detailed one, one of same SP becomes different.
This is typical for bridge stiffeners connecting diaphragms. Due to the camber and slope stiffeners may have holes within 1/32" difference, and we need to keep only the SP that will be renumbered shown. Yes, we can use the model browser, and we can manipulate the precision for identical parts numbering, but it takes time.
On building projects, when dwg styles are used for detailing SP, we hide detailed SP after they are detailed to clear the model from what was detailed. If for some reason we need to do modifications/ / show the entire model, we have no other way to hide detailed parts but using the model browser. This is not always handy when having different prefix requirements for different fabricators.
It was requested in the idea station, but the idea station looks dead,
Product manager is not showing any interest stepping up and making any comment about what can be done, what is POSSIBLE and REASONABLE and what not.
@Gernot.Jeromin - is it so difficult for Autodesk to show any interest of what can be done, and what not?
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Hi,
Is there anyone who can write "Hide detailed parts" command?
-Hide detailed SP and hide detailed MP.
On a complex project, when detailing with dwg styles, sometimes (as a matter of fact MANY times) we need to go back and do minor change to a SP, and the new SP becomes same as already detailed one, one of same SP becomes different.
This is typical for bridge stiffeners connecting diaphragms. Due to the camber and slope stiffeners may have holes within 1/32" difference, and we need to keep only the SP that will be renumbered shown. Yes, we can use the model browser, and we can manipulate the precision for identical parts numbering, but it takes time.
On building projects, when dwg styles are used for detailing SP, we hide detailed SP after they are detailed to clear the model from what was detailed. If for some reason we need to do modifications/ / show the entire model, we have no other way to hide detailed parts but using the model browser. This is not always handy when having different prefix requirements for different fabricators.
It was requested in the idea station, but the idea station looks dead,
Product manager is not showing any interest stepping up and making any comment about what can be done, what is POSSIBLE and REASONABLE and what not.
@Gernot.Jeromin - is it so difficult for Autodesk to show any interest of what can be done, and what not?
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
yes you're right this is the same.
I delete a part which select the screws and welds which are shown in my command but I think this is not important for the most, and then the rest which remain is the standard command 😃
Sebastian Eiche
Application Engineer @Mensch und Maschine acadGraph
If this information was helpful, please use the Accept as Solution function, this make it easier for other users
yes you're right this is the same.
I delete a part which select the screws and welds which are shown in my command but I think this is not important for the most, and then the rest which remain is the standard command 😃
Sebastian Eiche
Application Engineer @Mensch und Maschine acadGraph
If this information was helpful, please use the Accept as Solution function, this make it easier for other users
Hi,
this seems to be a small thing to add.
We will have a look at it.
Gernot
Hi,
this seems to be a small thing to add.
We will have a look at it.
Gernot
Mama Mia, holy grail.
Finally a response.
This is the minimum that would work:
"Hide detailed SP"
"Hide detailed MP"
"Show only SP Beams not detailed"
"Show only SP Plates not detailed"
"Show only MP plates not detailed"
"Show only MP beams not detailed"
I am going to church tonight.
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Mama Mia, holy grail.
Finally a response.
This is the minimum that would work:
"Hide detailed SP"
"Hide detailed MP"
"Show only SP Beams not detailed"
"Show only SP Plates not detailed"
"Show only MP plates not detailed"
"Show only MP beams not detailed"
I am going to church tonight.
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
If this is for real and it can be done-can we have it included by default in the "Part marks" ribbon panel.
Or in an entirely new ribbon panel "Detailing".
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
If this is for real and it can be done-can we have it included by default in the "Part marks" ribbon panel.
Or in an entirely new ribbon panel "Detailing".
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
@AleckGiles wrote:
Hi,
It is not quite a combined command string but a great tip I use:-
Get a 4 button mouse (or any mouse with thumb buttons) and then use the mouse driver to set one of the thumb buttons to SHIFT. That allows you to use SHIFT+MMB to rotate the model and SHIFT+RMB for temporary snaps menu with one hand.
Windows standard tools don't let you assign Shift to a mouse button, and not all drivers do, or a generic mouse does not have its own driver. I use "X Mouse Button Control"; it is free and it works great. (Set the button to "Simulated Key {SHIFT}"). I am sure other similar tools are out there.
I use the Logitech M570 Trackball Mouse, this has two programmable buttons which can be set with the bundled Logitech software. I have one set as SHIFT and one as ENTER. Very, very handy!
@AleckGiles wrote:
Hi,
It is not quite a combined command string but a great tip I use:-
Get a 4 button mouse (or any mouse with thumb buttons) and then use the mouse driver to set one of the thumb buttons to SHIFT. That allows you to use SHIFT+MMB to rotate the model and SHIFT+RMB for temporary snaps menu with one hand.
Windows standard tools don't let you assign Shift to a mouse button, and not all drivers do, or a generic mouse does not have its own driver. I use "X Mouse Button Control"; it is free and it works great. (Set the button to "Simulated Key {SHIFT}"). I am sure other similar tools are out there.
I use the Logitech M570 Trackball Mouse, this has two programmable buttons which can be set with the bundled Logitech software. I have one set as SHIFT and one as ENTER. Very, very handy!
@acbsdesign wrote:
Sebastian, Just wandering if these are "simple ones" how the rest look like:)
The richness of a product comes from many users looking at it.
I have a real tiny one, but is saved my tendonitis saving and closing dwgs:
In shortcut menus, right click
"Save and close"
^C^C_qsave;close
Awesome, thank you! I'm trying this right now! Yesterday I had a small change to make to a load of drawings, this command would have been very useful!
@acbsdesign wrote:
Sebastian, Just wandering if these are "simple ones" how the rest look like:)
The richness of a product comes from many users looking at it.
I have a real tiny one, but is saved my tendonitis saving and closing dwgs:
In shortcut menus, right click
"Save and close"
^C^C_qsave;close
Awesome, thank you! I'm trying this right now! Yesterday I had a small change to make to a load of drawings, this command would have been very useful!
Yes, it is a time saver.
I am looking forward to see more ideas, may be simple steps, but when repeated on an everyday basis to have a positive impact over productivity.
I am looking now for a solution how to place UCS on object, and Y to be always towards top, and X always towards the right.
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Yes, it is a time saver.
I am looking forward to see more ideas, may be simple steps, but when repeated on an everyday basis to have a positive impact over productivity.
I am looking now for a solution how to place UCS on object, and Y to be always towards top, and X always towards the right.
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
In response to your post, would the following help or not. In Tekla for example, on your drawing list, which is similar to the Document Manager in AS, when you have finished a drawing, you can 'Freeze' it, which lets you know you have completed it.
From the list, you can select, Assemblies, members, plates, and highlight them in the model.
The question is, if you had the same option is AS, but with the ability to hide or show it, would it give you the same result, if so it gives the developers an option to look at.
In response to your post, would the following help or not. In Tekla for example, on your drawing list, which is similar to the Document Manager in AS, when you have finished a drawing, you can 'Freeze' it, which lets you know you have completed it.
From the list, you can select, Assemblies, members, plates, and highlight them in the model.
The question is, if you had the same option is AS, but with the ability to hide or show it, would it give you the same result, if so it gives the developers an option to look at.
This would be nice to freeze the dwgs from DM.
Also-External lists to be shown (User's external lists) in DM, updated from DM, selected and batch plotted from DM.
Now, if we change size / length of one SP plate and one SP angle, we have to manually print the external lists one by one.
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
This would be nice to freeze the dwgs from DM.
Also-External lists to be shown (User's external lists) in DM, updated from DM, selected and batch plotted from DM.
Now, if we change size / length of one SP plate and one SP angle, we have to manually print the external lists one by one.
If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.
Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing
If it is made of steel, I can model it and detail it.
Hello All
some of these custom commands seem really useful..........especially this quick save and close and I would like to
be able to add this to my right click shortcut menu.......the problem is I don't know how to do it.
I've tried to follow the autodesk help file but I'm obviously not able to do.
I would appreciate if someone could spare a few moments to explain in idiot proof fashion how to do it.
many thanks
Dave
Hello All
some of these custom commands seem really useful..........especially this quick save and close and I would like to
be able to add this to my right click shortcut menu.......the problem is I don't know how to do it.
I've tried to follow the autodesk help file but I'm obviously not able to do.
I would appreciate if someone could spare a few moments to explain in idiot proof fashion how to do it.
many thanks
Dave
Can't find what you're looking for? Ask the community or share your knowledge.