zoom
Zooms in a plot.
Zooms in a plot.
zoom Plot_1
Zooms into the Plot_1.
<no parameters>
no parameters |
Mode | Target |
---|---|
- | Plot |
None
Zooms in a plot centering to a geometric entity.
zoom Plot_1 Plate_8
Zooms into the Plot_1 and centers the view on Plate_8.
Entity'
Entity | Entity | Entity to which the view is to be centered |
Mode | Target |
---|---|
- | Plot |
None
Zooms in a plot. The defined point specifies where the viewpoint should centre on while keeping the same distance from the mesh.
zoom Plot_1 (2 3 5)
Zooms into the Plot_1 centering to point (2 3 5).
<Coords: Number' Number' Number'>'
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
- | Plot |
None
Zooms in a plot. The defined points specify a bounding box on which the viewpoint focuses.
zoom Plot_1 (2 3 5) (0 0 0)
Zooms into the Plot_1 in a bounding box specified by points (2 3 5) and (0 0 0).
<Coords: Number' Number' Number'>' <Coords: Number' Number' Number'>'
Coords | Coordinates of the bounding box lower point | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Coords | Coordinates of the bounding box upper point | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
- | Plot |
None