Viewport Frame is not visible

Viewport Frame is not visible

jim3thornton
Advocate Advocate
69,175 Views
15 Replies
Message 1 of 16

Viewport Frame is not visible

jim3thornton
Advocate
Advocate

Viewport Frame is not visible

 

all layers are on and unfrozen.

 

We can click within the Vport, but can not select the window.

 

I have included the drawing.

0 Likes
Accepted solutions (1)
69,176 Views
15 Replies
Replies (15)
Message 2 of 16

Patchy
Mentor
Mentor
Accepted solution

Click on it to uncheck

 Untitled.png

 

Message 3 of 16

jim3thornton
Advocate
Advocate

defpoint frozen on viewport.PNG

 

I overlooked the defpoints being frozen at the vport ...

 

THANK YOU!

Message 4 of 16

Anonymous
Not applicable

I have a similar issue.  Defpoints layer is not frozen.  The attached drawing has 6 viewports -- 3 are visible, 3 are not.

All layers thawed, unlocked, color=white, thickness not 0.  Audit fixes 10 items each time it is run.

0 Likes
Message 5 of 16

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> Defpoints layer is not frozen

Independent of frozen or not, the layer "Defpoints" is an AutoCAD internal layer and should never be used for your objects (in your drawing the layer "Defpoints" was the current layer, that's not how you should work or with other words one of the worst things you can do in AutoCAD).

Also you  have overwritten all VP-settings, also for your paperspace ... that does not make really sense.

 

In case you have created objects while layer "Defpoints" was active you might see some surprising situations ... did you create the viewports with this layer as active layer?

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 6 of 16

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

if you have VBA-Enabler installed you can make them visible using that code:

Public Sub MakeEntVisible()
   Dim tEnt As AcadEntity
   For Each tEnt In ThisDrawing.Layouts("SHT2").Block
      If Not tEnt.Visible Then tEnt.Visible = True
   Next
End Sub

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 7 of 16

Anonymous
Not applicable

"did you create the viewports with this layer as active layer?"


The drawing done by our customer.  Do not know their methods. 

Thanks for the VBA routine.

0 Likes
Message 8 of 16

Anonymous
Not applicable

Were you ever able to fix your problem? I had the same issue and discovered that my viewports in layouts were not showing because I had the defpoints layer frozen in my model tab.

0 Likes
Message 9 of 16

pendean
Community Legend
Community Legend
Thaw and turn on all of your layers: that's the fix. You cannot see content on a frozen/off layer.

Message 10 of 16

mc5fan
Advocate
Advocate

I have drawings that have several viewports, none have a frame. All layers are thawed, unlocked and visible but I cannot do anything at all with any of the viewport contents. I have looked at many viewport problems posted and cannot find anything to assist me. I have attached an example. Any suggestions?

Lee M.
0 Likes
Message 11 of 16

CamperUnhappy
Advocate
Advocate

@mc5fan did you ever get this sorted out?  I'm struggling with this issue right now on a clients drawing that they sent me.  I can't edit anything on the drawings.  Nothing shows up in modelspace either.  All layers are thawed and unlocked.  I can't even delete the **** viewports.

Message 12 of 16

mc5fan
Advocate
Advocate

No. I have no idea what the hell is going on here. I believe that the drawing was created in Inventor. Maybe that is part of the problem. I have no idea.

Lee M.
0 Likes
Message 13 of 16

doyle.bush
Community Visitor
Community Visitor

After checking Defpoints, try AM_Views, that's where I found mine.

0 Likes
Message 14 of 16

mc5fan
Advocate
Advocate

It is a bastardized Inventor conversion. Our Mechanical leader called it before I even opened it. We could not access it nop matter what we tried.

Lee M.
0 Likes
Message 15 of 16

john.h
Observer
Observer

Your maximum number of allowed viewports needs to be reset.

 

Type MAXACTVP and change the number to higher than the number of viewports you want to show.

0 Likes
Message 16 of 16

james_salter
Contributor
Contributor

OPTION 1

Select All

type FILTER in command line and hit ENTER

Choose "Viewport" from "Select Filter" dropdown list and then click "Add to List" button

Click on "Apply" button

Unselect the viewports you CAN see, leaving only the one(s) whose border(s) you can't see, selected. 

Hit your delete key to delete it (them).

Create new viewport (viewports) to your liking.

 

OPTION 2

  1. With the invisible viewport selected, start the VPCLIP command and type "P" to draw a polygonal viewport over location of the invisible one. 
  2. Start the VPCLIP command again, select the viewport created, and use the Delete option. The invisible viewport will now be visible.   

 

From <https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Making-an-invisibl...>