TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: adham7 on January 21, 2024, 10:39:18 PM

Title: Align object using x,y of points only neglect z
Post by: adham7 on January 21, 2024, 10:39:18 PM
Hi
I want to align object using x,y coordinates only of points without z
Title: Re: Align object using x,y of points only neglect z
Post by: dexus on January 22, 2024, 02:43:05 AM
If you want to modify what the align command does, a good place to start would be: Align3d command by highflyingbird (https://www.theswamp.org/index.php?topic=42767.0)!
He made an autolisp version of the standard align command so you can change the behavior to your needs.