Class TCustomCellSelectionTool

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomCellSelectionTool = class(TCustomInteractiveTool)

Description

TCustomCellSelectionTool is an abstract base class. Its descendants are used for cases where the user selects a range of cells on which to perform some action. See TSpacingGridTool and TSubdivideGridTool.

Hierarchy

Overview

Methods

Protected procedure DrawSelectedFrontCells(FirstCol, LastCol, FirstLayer, LastLayer: integer);
Protected procedure DrawSelectedSideCells(FirstRow, LastRow, FirstLayer, LastLayer: integer);
Protected procedure DrawSelectedTopCells(FirstCol, LastCol, FirstRow, LastRow: integer);

Description

Methods

Protected procedure DrawSelectedFrontCells(FirstCol, LastCol, FirstLayer, LastLayer: integer);

DrawSelectedFrontCells draws the selected cells on the front view of the model.

Protected procedure DrawSelectedSideCells(FirstRow, LastRow, FirstLayer, LastLayer: integer);

DrawSelectedSideCells draws the selected cells on the side view of the model.

Protected procedure DrawSelectedTopCells(FirstCol, LastCol, FirstRow, LastRow: integer);

DrawSelectedTopCells draws the selected cells on the top view of the model.


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