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.
@MetallPlanMerkinger wrote:Hello@Jonathan3891
I have seen your Lisp for setting the model role.
I'm looking for a command to set the checkboxes from the user Attributes.
Do you have an Idea, if that checkboxes can be changed with lisp?
I haven't been able to figure out how to set user attributes via lisp like @bigcarl5000kg mentioned.
@MetallPlanMerkinger wrote:Hello@Jonathan3891
I have seen your Lisp for setting the model role.
I'm looking for a command to set the checkboxes from the user Attributes.
Do you have an Idea, if that checkboxes can be changed with lisp?
I haven't been able to figure out how to set user attributes via lisp like @bigcarl5000kg mentioned.
how did you find these Hype functions to create this lisp? Is there a list available? I'd like to snoop around, maybe there are other possibilities.
how did you find these Hype functions to create this lisp? Is there a list available? I'd like to snoop around, maybe there are other possibilities.
@Julio_Soto which lisp are you referring to? I've posted several in this thread.
@Julio_Soto which lisp are you referring to? I've posted several in this thread.
method 1 - easy write hype in the command line 😁 and then you will see all related commands
method 1 - easy write hype in the command line 😁 and then you will see all related commands
Look here..
https://forums.autodesk.com/t5/advance-steel-forum/lisp-question/td-p/9910700
Look here..
https://forums.autodesk.com/t5/advance-steel-forum/lisp-question/td-p/9910700
method 2 - sample:
https://www.quora.com/What-are-all-of-Autodesk-s-advanced-steel-commands
method 2 - sample:
https://www.quora.com/What-are-all-of-Autodesk-s-advanced-steel-commands
sorry, the one about setting model roles
sorry, the one about setting model roles
I think it's the same list that is in the link @bigcarl5000kg provided.
I think it's the same list that is in the link @bigcarl5000kg provided.
I was creating a bunch of User profiles and I got really tired of placing all the axis and coordinate system blocks. Even having the blocks in my drawing and moving them around gets tiring. So I created a LISP to insert all the AS axes and coordinate system blocks based on user input of 2 points.
for this lisp to work all the Axes and coordinate system blocks must be present in the drawing. I don't know where AS pulls the blocks from so I coulnd't insert them myself. I think it works okay but I didn't test it heavily. Let me know if it bugs out.
This may be helpful to some.
I was creating a bunch of User profiles and I got really tired of placing all the axis and coordinate system blocks. Even having the blocks in my drawing and moving them around gets tiring. So I created a LISP to insert all the AS axes and coordinate system blocks based on user input of 2 points.
for this lisp to work all the Axes and coordinate system blocks must be present in the drawing. I don't know where AS pulls the blocks from so I coulnd't insert them myself. I think it works okay but I didn't test it heavily. Let me know if it bugs out.
This may be helpful to some.
the block is inserted by the command correct? maybe the start of the lisp could be run every command one time and exit the command and then use the point to insert them?
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
the block is inserted by the command correct? maybe the start of the lisp could be run every command one time and exit the command and then use the point to insert them?
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
the command AS runs is (HYPE_addrefaxis 1), and you must select an object. I wouldn't be surprised if the lisp creates the block on demand. It probably doesn't pull it from anywhere.
the command AS runs is (HYPE_addrefaxis 1), and you must select an object. I wouldn't be surprised if the lisp creates the block on demand. It probably doesn't pull it from anywhere.
sorry, had to update the LISP. I had to set the layer of the blocks to the proper AS layers for the profiling generation to pick up the axes.
sorry, had to update the LISP. I had to set the layer of the blocks to the proper AS layers for the profiling generation to pick up the axes.
Heya, this is really handy. I create new sections all the time working as a detailer for not only structural but electrical components as well. This is a nifty little time saver for placing those pesky blocks. Thanks!
Heya, this is really handy. I create new sections all the time working as a detailer for not only structural but electrical components as well. This is a nifty little time saver for placing those pesky blocks. Thanks!
Hi all! I have created two small tools for Advance Steel 2025 with VBA, maybe someone can alos use it.
You have to add this commands to a Button:
^C^C-vbaausf prototypes.load_prototypes
^C^C-vbaausf BOMExporter.BOMexporter
One is for automatic copy prototypes from server to local drawing path. In my case i work for some different clients, and for everyone i have another prototypes. With that tool i copy all the prototypes bay two clicks.
The other one is for BOM Processing:
but this one has to be used carefully, when the process is runnung, dont touch the mouse 😅
I have added some Mouse and keyboard kommands, to control the BOMVIEWER.exe
You can add up to 15 BOM Templates, the Name and Key has to be exact the same than in advancesteel, otherwise it wont work. By Clicking run, all the selectet lists getting created and saved as xls or pdf, existing files will be overwritten.
PS: I am no programmer, so the code maybe looks funny (thank you Chat GPT), but it works for me, maybe some loops can be added...
attached the dvb file in the zipfile
Hi all! I have created two small tools for Advance Steel 2025 with VBA, maybe someone can alos use it.
You have to add this commands to a Button:
^C^C-vbaausf prototypes.load_prototypes
^C^C-vbaausf BOMExporter.BOMexporter
One is for automatic copy prototypes from server to local drawing path. In my case i work for some different clients, and for everyone i have another prototypes. With that tool i copy all the prototypes bay two clicks.
The other one is for BOM Processing:
but this one has to be used carefully, when the process is runnung, dont touch the mouse 😅
I have added some Mouse and keyboard kommands, to control the BOMVIEWER.exe
You can add up to 15 BOM Templates, the Name and Key has to be exact the same than in advancesteel, otherwise it wont work. By Clicking run, all the selectet lists getting created and saved as xls or pdf, existing files will be overwritten.
PS: I am no programmer, so the code maybe looks funny (thank you Chat GPT), but it works for me, maybe some loops can be added...
attached the dvb file in the zipfile
Can't find what you're looking for? Ask the community or share your knowledge.