Autocad command for new viewport
The Autocad command for creating a new viewport is:
VPORT
This command will prompt you to specify the location and size of the new viewport. You can use the following options to customize the viewport:
VPORT
- Create a new viewport at the current cursor location.VPORT
@
- Create a new viewport at the specified location (e.g.@0,0
to create a viewport at the origin).VPORT
X
- Create a new viewport with the specified width and height (e.g.VPORT X 200 100
to create a viewport with a width of 200 units and a height of 100 units).VPORT
L
- Create a new viewport with the specified location and size (e.g.VPORT L 100 100 200 200
to create a viewport at location (100,100) with a size of 200x200 units).
You can also use the VPORT
command with the ENTER
key to create a new viewport at the current cursor location.
Note: You can also use the VIEW
command to create a new viewport, but VPORT
is a more specific command for creating a new viewport.