Unit frmMoveToUnit

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

The main purpose of frmMoveToUnit is to define TfrmMoveTo which is used to move the viewpoint to a selected position, cell, or TScreenObject.

uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TfrmMoveTo TfrmMoveTo is used to move the viewpoint to a selected position, cell, or TScreenObject.

Functions and Procedures

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);

Description

Functions and Procedures

procedure SetTopPosition(const XCoordinate, YCoordinate: real);

SetTopPosition moves the top view of the model so that the point (XCoordinate,YCoordinate) is at the center of the view.

procedure SetFrontPosition(const XCoordinate, ZCoordinate: real);

SetFrontPosition moves the front view of the model so that the point (XCoordinate,ZCoordinate) is at the center of the view.

procedure SetSidePosition(const YCoordinate, ZCoordinate: real);

SetSidePosition moves the side view of the model so that the point (YCoordinate,ZCoordinate) is at the center of the view.

procedure MoveToTopCell(const Column, Row: integer);

MoveToTopCell moves the top view of the model to the cell at Column, Row.

procedure MoveToFrontCell(const Column, Layer: integer);

MoveToFrontCell moves the front view of the model to the cell at Column, Layer.

procedure MoveToSideCell(const Row, Layer: integer);

MoveToSideCell moves the side view of the model to the cell at Row, Layer.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:36