Class TActiveZone

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TActiveZone = class(TCustomPhastZone)

Description

TActiveZone represents an individual active area zone.

It provides a TBProperty for the active area.

Hierarchy

Overview

Fields

Public FActive: TBProperty;

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;
Public constructor Create; override;
Public destructor Destroy; override;

Description

Fields

Public FActive: TBProperty;

FActive: TBProperty; FActive specifies whether the zone represents an active (true) on inactive (false) area of the model.

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;

AssignProperties calls the inherited AssignProperties and then assigns a value to FActive based on the values at (LayerIndex, RowIndex, ColIndex) in DataSets.

Public constructor Create; override;

Create creates an instance of TActiveZone.

Public destructor Destroy; override;

Destroy destroys the current instance of TActiveZone. Do not call Destroy directly. Call Free instead.


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