DWF Viewer (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VBA Added PViewport Not Displaying In Volo View Express

1 REPLY 1
Reply
Message 1 of 2
Anonymous
197 Views, 1 Reply

VBA Added PViewport Not Displaying In Volo View Express

Hi,

I have encountered a situation where any paperspace viewports that my vba
macro adds are not visible when a client opens the saved drawing in Volo
View Express. Previously I had lisp functions that would create the
viewports in a layout without any issue. Everything runs fine and appears
fine in AutoCAD, it is only Volo View Express that will not display.

Here is the code that i use to add the viewport:

Set LayoutViewport = ThisDrawing.PaperSpace.AddPViewport(ViewPortCenter,
ViewPortWidth, ViewPortHeight)

With LayoutViewport
.Direction = viewDir
.Display acOn
End With

Has anyone else ever encountered this problem? If so, were you able to find
a workable solution?

Thank you for any input.
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

You should repost this message to news://autodesk.voloview.general.

"Tim Jendro" wrote in message
news:B3F0A43207A5D4B4ECDB0757940393BA@in.WebX.maYIadrTaRb...
> Hi,
>
> I have encountered a situation where any paperspace viewports that my vba
> macro adds are not visible when a client opens the saved drawing in Volo
> View Express. Previously I had lisp functions that would create the
> viewports in a layout without any issue. Everything runs fine and appears
> fine in AutoCAD, it is only Volo View Express that will not display.
>
> Here is the code that i use to add the viewport:
>
> Set LayoutViewport = ThisDrawing.PaperSpace.AddPViewport(ViewPortCenter,
> ViewPortWidth, ViewPortHeight)
>
> With LayoutViewport
> .Direction = viewDir
> .Display acOn
> End With
>
> Has anyone else ever encountered this problem? If so, were you able to
find
> a workable solution?
>
> Thank you for any input.
>
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report