Anuncios

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

Can I change the radius of a polygon after it's already drawn?

Anonymous

Can I change the radius of a polygon after it's already drawn?

Anonymous
No aplicable

For certain objects (circles, rectangles etc) I can change the dimensions (length, width, radius) after they're already drawn by using of "stretch" command. But when it comes to polygons, "stretch" only moves one side!

Is it possible to change the radius of a polygon in any other way?

0 Me gusta
Responder
Soluciones aceptadas (1)
2.157 Vistas
5 Respuestas
Respuestas (5)

cadffm
Consultant
Consultant

Perhaps you didn't understood how stretch works, but at time i don't undersatand what do you mean?

Can you share 2 picture or dwg, before->after  - so i can see what you like to do?

 

 

Sebastian

0 Me gusta

imadHabash
Mentor
Mentor
Solución aceptada

Hi,

>> Is it possible to change the radius of a polygon in any other way?

in AutoCAD there is a POLYGON command which draw a polygon shapes ( Polyline ) NOT a polygon objects unlike CIRCLE command which draw a circle shape and object ( has an Radius option in Properties ). for that the only way to change the radius of an already existing polygon is by Scale command . 

 

Regards,

Imad Habash

EESignature

Anonymous
No aplicable
Currently I don't have my laptop with me; but it's simple. Let's say we've
drawn a polygon with a radius of 5 inches. Now that it's drawn, I want to
change it so that the new radius is 10 inches.
0 Me gusta

cadffm
Consultant
Consultant

POLYGON is not an object, it is just a little helper function for you to create a POLYLINE,

in you case the solution is, as imad wrote above, the SCALE command.

 

 

 

Sebastian

Anonymous
No aplicable

Thank you. I got it...