Viewports???

Viewports???

Anonymous
Not applicable
143 Views
1 Reply
Message 1 of 2

Viewports???

Anonymous
Not applicable

I have a doubt about Viewports of AutoCAD. How can I create a new "
face=Courier>Polygonal Viewport
" programming in VB?

Does anybody know if there is any method to implement this?

 

Yuri
0 Likes
144 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
You can create a rectangular viewport using AcadPaperSpace.AddViewport(Center, Width, Height).

But, it looks like this is the only shape that can be generated in AutoCAD 2000 using VB/VBA.
0 Likes