furnituredziner 发表于 2022-7-8 09:41:16

creating "align" command (lsp

Hello all,
Need to know if anyone knows the lsp for "align"
It is in my full version of cad but need it for my lap top version of 2009LT, supposeicould go look it up ,IguessIam being lazy and also thought this might be quicker...lol
any help would be great as this is a useful command in detailing chairs in CADfor manufacturing. and doing carving sections tha tchange in scale through out the different pcs.
Do not need the TEXT align just ALIGN which scales and rotates one part to a specific size and angle.
 
Thanks

Cad64 发表于 2022-7-8 09:58:16

You can't use lisp routines in Autocad LT.

Cad64 发表于 2022-7-8 10:00:12

I just did a little reading and found that the Align command was not available in previous versions of LT, but it has been added to 2010LT.
 
http://images.autodesk.com/adsk/files/autocadlt_top_10_reasons_to_upgrade.pdf

ReMark 发表于 2022-7-8 10:14:06

AutoCAD LT 2009?You can mimic the ALIGN command found in the full version of AutoCAD by combining the commands Move, Scale and Rotate into a macro.

furnituredziner 发表于 2022-7-8 10:17:50

Thanks all,
does some one have the macro soI can paste it in?
I have created my own (other simple ones), but nothing with multiple actions.
Also whileIhave your attention,
need "flatten" as well asIforgot to mention that bfore....this is another oneIuse in chairs after cretaing the 3d model...like to flatten it on plane so it is not picking point outside of the plane
 
thanks
again

ReMark 发表于 2022-7-8 10:24:54

Substitute the CHANGE command for Flatten and use the option for Elevation.Set it to "0".

furnituredziner 发表于 2022-7-8 10:40:01

thanks...Iwill give it a go!

gsksun4 发表于 2022-7-8 10:48:39

 
 
^C^C_select;\_move;_p;;\\_rotate;_p;;@0,0;_reference;@
Here's a macro I used:
 
No space between the n and the c in reference. Don't know why it shows up that way. Doesn't show that way in the edit.
 
 
 
 
The good people here set this up for me months ago. You just have to create the button for the toolbar if you use them. I also have 2009LT.
Glenn
USA
页: [1]
查看完整版本: creating "align" command (lsp