Unit frmGoToUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

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

Uses

Overview

Classes, Interfaces, Objects and Records

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

Functions and Procedures

procedure SetTopPosition(const XCoordinate, YCoordinate: real);
procedure SetTopCornerPosition(const XCoordinate, YCoordinate: real);
procedure SetFrontPosition(const XCoordinate, ZCoordinate: real);
procedure SetFrontCornerPosition(const XCoordinate, ZCoordinate: real);
procedure SetSidePosition(const YCoordinate, ZCoordinate: real);
procedure SetSideCornerPosition(const YCoordinate, ZCoordinate: real);
procedure MoveToTopCell(Grid: TCustomModelGrid; const Column, Row: integer);
procedure MoveToFrontCell(Grid: TCustomModelGrid; const Column, Layer: integer);
procedure MoveToSideCell(Grid: TCustomModelGrid; const Row, Layer: integer);
procedure MoveToImage(BitMapItem: TCompressedBitmapItem);
procedure MoveToMesh(NodeOrElementNumber: Integer; MeshMoveTo: TMeshMoveTo; MoveToViews: TViewDirections);

Types

TNavigationType = (...);
TMeshMoveTo = (...);

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 SetTopCornerPosition(const XCoordinate, YCoordinate: real);
 
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 SetFrontCornerPosition(const XCoordinate, ZCoordinate: real);
 
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 SetSideCornerPosition(const YCoordinate, ZCoordinate: real);
 
procedure MoveToTopCell(Grid: TCustomModelGrid; const Column, Row: integer);

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

procedure MoveToFrontCell(Grid: TCustomModelGrid; const Column, Layer: integer);

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

procedure MoveToSideCell(Grid: TCustomModelGrid; const Row, Layer: integer);

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

procedure MoveToImage(BitMapItem: TCompressedBitmapItem);
 
procedure MoveToMesh(NodeOrElementNumber: Integer; MeshMoveTo: TMeshMoveTo; MoveToViews: TViewDirections);
 

Types

TNavigationType = (...);
 
Values
  • ntPosition:  
  • ntGrid:  
  • mtMesh:  
  • ntObject:  
  • ntImage:  
TMeshMoveTo = (...);
 
Values
  • mmtNode:  
  • mmtElement:  

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:37