Class TFishnetMeshElementCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFishnetMeshElementCollection = class(TPhastCollection)

Description

no description available, TPhastCollection description follows

TPhastCollection invalidates the model when it is changed.

Hierarchy

Overview

Fields

Private FGenerator: TFishnetMeshGenerator;

Methods

Private function GetItems(Index: Integer): TFishnetMeshElement;
Private procedure SetItems(Index: Integer; const Value: TFishnetMeshElement);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Model: TBaseModel; Generator: TFishnetMeshGenerator);
Public function Add: TFishnetMeshElement;

Properties

Public property Items[Index:Integer]: TFishnetMeshElement read GetItems write SetItems;
Public property Generator: TFishnetMeshGenerator read FGenerator;

Description

Fields

Private FGenerator: TFishnetMeshGenerator;
 

Methods

Private function GetItems(Index: Integer): TFishnetMeshElement;
 
Private procedure SetItems(Index: Integer; const Value: TFishnetMeshElement);
 
Public procedure Assign(Source: TPersistent); override;
 
Public constructor Create(Model: TBaseModel; Generator: TFishnetMeshGenerator);
 
Public function Add: TFishnetMeshElement;
 

Properties

Public property Items[Index:Integer]: TFishnetMeshElement read GetItems write SetItems;
 
Public property Generator: TFishnetMeshGenerator read FGenerator;
 

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