Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

how to align the height of 7 objects

Anonymous

how to align the height of 7 objects

Anonymous
No aplicable

Hi all,

I wanted to know how I can align the height of 6 objects to a base together, so at the end they are sitting at the same point, and at the same height.

I'm new to Autocad, and I'm pretty sure its easy to do this. 

Thanks for your time. 

0 Me gusta
Responder
1.874 Vistas
8 Respuestas
Respuestas (8)

imadHabash
Mentor
Mentor

Hi and Welcome to AutoCAD Forum,

 

>> I wanted to know how I can align the height of 6 objects to a base together

it depends on your objects , is it a Texts,Blocks,dimension lines,...etc it can be done for some and others not . SO the question here what kind of objects you want to align ?

 

Regards,

 

 

Imad Habash

EESignature

0 Me gusta

Anonymous
No aplicable

Hi,

the 6 obejcts, as well as my base, are all 3d solids, and Im trying to find a common height level across all of them

0 Me gusta

imadHabash
Mentor
Mentor

can you attache an screen shot image for your objects please ? 

Imad Habash

EESignature

Anonymous
No aplicable

Hey man, I just saw your message

Heres what I'm talking about: 

I want the gold object to sit on top of the gray base, with no space in between them, and by gold object, I mean all of the gold objects

0 Me gusta

imadHabash
Mentor
Mentor

Hi,

i suggest to use 3DALIGN command  . >> Click <<

 

Regards,

 

 

 

 

Imad Habash

EESignature

s.borello
Advisor
Advisor

will 3d align command work for you?

 

 

0 Me gusta

Anonymous
No aplicable

I've attached my Move_in_axis.lsp, It's a bit clunky and redundant but has served me well for a couple of decades. Drag and drop the lisp into the drawing (or autoload if you want). Let's say you wanted to align the bottom of one solid with the bottom of another.  Type in the command (from below) and pick the point you want to move (bottom corner for instance) then select the point it's supposed to align with.  Be sure you know where your USC will take you! 

 

So, you have 7 solids and want them to align on the same Z-plane.  Move the UCS to a point on the base solid that you want others to align with.  that point should be  for instance 12,4,0 (zero being important here). Now, M2Z, select object, select point. Enter, repeat.

 

There are commands in AutoCAD to do this that are easier if you're used to them. But I've found that "MNZ click click" is pretty easy too. At any rate,  it's free, it works.  Who can argue!

 

Have fun!

 

Don

 

The commands are 

MNX - move in X-Axis

MNY- move in y-Axis

MNZ- move in z-Axis

MNXY- move in X-Y-Axis (filters out any z component

M2Z- move to Z-axis 

CNX- copy in X-Axis

CNY- copy in y-Axis

CNZ- copy in z-Axis

 

 

 

0 Me gusta

Anonymous
No aplicable

hi, I will look into it. Thanks!

0 Me gusta