Author Topic: Viewport  (Read 4996 times)

0 Members and 1 Guest are viewing this topic.

Fabricio28

  • Swamp Rat
  • Posts: 666
Viewport
« on: July 23, 2015, 10:13:44 AM »
Hi guys,

How are you?

How Can I mirror the viewport?

I'm working in a project and I need to mirror a viewport.

Anybody Can help me out please?

Regards

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #1 on: July 23, 2015, 11:29:16 AM »
change the the 'view' in that viewport to BOTTOM if original is TOP

Left = Right

Front = Back

Actually it appears you want to either

Reverse your profile or
Use DVIEW>>TWIST>>180 on your viewports so that pipe flow direction matches your profile direction
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Rob...

  • King Gator
  • Posts: 3824
  • Take a little time to stop and smell the roses.
Re: Viewport
« Reply #2 on: July 23, 2015, 11:36:25 AM »
Why would you want to look at a "2D" drawing from the bottom?

Wouldn't mirroring the drawing be more appropriate?
CAD Tech

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #3 on: July 23, 2015, 02:30:02 PM »
Thank you for replay guys,

I wouldn't mirroring the drawing because the problem is the profile.

I have to start the profile in a highest point to a lower.


I've attached other file to explain better my task.

Thank in advance

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #4 on: July 23, 2015, 02:33:31 PM »
if using C3D there is an option to create the profile left to right OR right to left....it's rare but the right to left method is useful sometimes
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #5 on: July 23, 2015, 03:01:16 PM »
if using C3D there is an option to create the profile left to right OR right to left....it's rare but the right to left method is useful sometimes

Unfortunately I'm not using C3D.

How Can I fix it in autocad cad 2015?

Regards

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #6 on: July 23, 2015, 03:08:07 PM »
dview twist the viewports that the profile is showing....below them

you will need to reorient your labels however that should go rather quickly (if that is what the ground is doing?)
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #7 on: July 23, 2015, 03:25:40 PM »
dview twist the viewports that the profile is showing....below them

you will need to reorient your labels however that should go rather quickly (if that is what the ground is doing?)

I don't know how to do that, to be honest.  :embarrassed:

Could you help me out, please?

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #8 on: July 23, 2015, 03:31:32 PM »
activate viewport

type DVIEW @ command line

select an object

chose TWIST

enter 180

enter...

you should be done...if your label blocks were set to match layout orientation you might not even need to rotate them
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #9 on: July 23, 2015, 03:35:10 PM »
activate viewport

type DVIEW @ command line

select an object

chose TWIST

enter 180

enter...

you should be done...if your label blocks were set to match layout orientation you might not even need to rotate them

If I rotate the viewport, model space will change too?

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #10 on: July 23, 2015, 04:50:10 PM »
you are not rotating the viewport...

you are twisting (rotating) what you see inside the viewport


your viewport...first as you posted

second twisted 180
Be your Best


Michael Farrell
http://primeservicesglobal.com/

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Viewport
« Reply #11 on: July 24, 2015, 10:10:31 AM »
I use these in buttons to work in Model Space.
They also work if you Open a Viewport.

Code: [Select]
UCS World
^C^C-view;top;

UCS Right Elevation
^C^Cdview;;tw;-90;;_ucs;w;_ucs;z;90;

UCS Left
^C^Cdview;;tw;90;;_ucs;w;_ucs;z;270;

UCS Back
^C^Cdview;;tw;180;;_ucs;w;_ucs;z;180;
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #12 on: July 27, 2015, 09:57:18 AM »
Hi guys,
Thank you very much for the help.

But isn't working because if use dview and twist 180º I can't fix the labels.

I don't know what to do.    :embarrassed2:

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #13 on: July 27, 2015, 10:08:27 AM »
Hi guys,
Thank you very much for the help.

But isn't working because if use dview and twist 180º I can't fix the labels.

I don't know what to do.    :embarrassed2:

Set those label blocks to align to layout..

I can't get that change to stick in block editor, so you may need to redefine the blocks and set that property from the beginning....

Or re-label
« Last Edit: July 27, 2015, 10:16:12 AM by mjfarrell »
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #14 on: July 27, 2015, 10:30:45 AM »
Hi guys,
Thank you very much for the help.

But isn't working because if use dview and twist 180º I can't fix the labels.

I don't know what to do.    :embarrassed2:

Set those label blocks to align to layout..

I can't get that change to stick in block editor, so you may need to redefine the blocks and set that property from the beginning....

Or re-label

Hi mjfarrell
I don't know how to set the labels to align to layout.

Could you make a little example in dwg file, please?



mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #15 on: July 27, 2015, 10:46:05 AM »
..
Be your Best


Michael Farrell
http://primeservicesglobal.com/

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #16 on: July 27, 2015, 10:52:16 AM »
see attached
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #17 on: July 27, 2015, 12:34:15 PM »
Fantastic!  :-D

I'll try it out, but I have a lot of text.

I think I have to change the texts into blocks.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Viewport
« Reply #18 on: July 27, 2015, 12:36:37 PM »
Fantastic!  :-D

I'll try it out, but I have a lot of text.

I think I have to change the texts into blocks.

Actually NO

Text Styles ALSO support this fuunction
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #19 on: July 27, 2015, 01:03:24 PM »
Thank you very much my friend,

You helped me a lot.

I'll try it out later, and I let you know if worked.

Regards

Fabricio28

  • Swamp Rat
  • Posts: 666
Re: Viewport
« Reply #20 on: August 25, 2015, 04:25:19 PM »
Thank you very much my friend,

You helped me a lot.

I'll try it out later, and I let you know if worked.

Regards

mjfarrell,
Thank you very much!!

Worked great. Sorry for delay  :lol: