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 also
TSpacingGridTool
TSpacingGridTool is used to set the size of selected columns, rows, or layers in TPhastGrid.
TSubdivideGridTool
TSubdivideGridTool is used to subdivide elements in TPhastGrid into multiple columns, rows, and layers.
TColRowLayerSelectorTool

Hierarchy

Overview

Methods

Private function GetEvalAt: TEvaluatedAt;
Protected procedure DrawSelectedFrontCells(FirstCol, LastCol, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor);
Protected procedure DrawSelectedSideCells(FirstRow, LastRow, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor);
Protected procedure DrawSelectedTopCells(FirstCol, LastCol, FirstRow, LastRow: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor);
Public procedure Activate; override;

Description

Methods

Private function GetEvalAt: TEvaluatedAt;
 
Protected procedure DrawSelectedFrontCells(FirstCol, LastCol, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor);

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

Protected procedure DrawSelectedSideCells(FirstRow, LastRow, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor);

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

Protected procedure DrawSelectedTopCells(FirstCol, LastCol, FirstRow, LastRow: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor);

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

Public procedure Activate; override;
 

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