Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
The main purpose of frmMoveToUnit
is to define TfrmMoveTo which is used to move the viewpoint to a selected position, cell, or TScreenObject.
Name | Description |
---|---|
Class TfrmMoveTo |
TfrmMoveTo is used to move the viewpoint to a selected position, cell, or TScreenObject. |
procedure SetTopPosition(const XCoordinate, YCoordinate: real); |
procedure SetFrontPosition(const XCoordinate, ZCoordinate: real); |
procedure SetSidePosition(const YCoordinate, ZCoordinate: real); |
procedure MoveToTopCell(const Column, Row: integer); |
procedure MoveToFrontCell(const Column, Layer: integer); |
procedure MoveToSideCell(const Row, Layer: integer); |
procedure SetTopPosition(const XCoordinate, YCoordinate: real); |
|
procedure SetFrontPosition(const XCoordinate, ZCoordinate: real); |
|
procedure SetSidePosition(const YCoordinate, ZCoordinate: real); |
|
procedure MoveToTopCell(const Column, Row: integer); |
|
procedure MoveToFrontCell(const Column, Layer: integer); |
|
procedure MoveToSideCell(const Row, Layer: integer); |
|