Interface IMesh

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IMesh = interface(IInterface)

Description

Hierarchy

Overview

Methods

Public function GetActiveNode(Index: integer): INode;
Public function GetActiveNodeCount: integer;
Public function GetActiveElementCount: integer;
Public function GetActiveElement(Index: integer): IElement;

Properties

Public property NodeCount: integer read GetActiveNodeCount;
Public property Nodes[Index:integer]: INode read GetActiveNode;
Public property ElementCount: integer read GetActiveElementCount;
Public property Elements[Index:integer]: IElement read GetActiveElement;

Description

Methods

Public function GetActiveNode(Index: integer): INode;
 
Public function GetActiveNodeCount: integer;
 
Public function GetActiveElementCount: integer;
 
Public function GetActiveElement(Index: integer): IElement;
 

Properties

Public property NodeCount: integer read GetActiveNodeCount;
 
Public property Nodes[Index:integer]: INode read GetActiveNode;
 
Public property ElementCount: integer read GetActiveElementCount;
 
Public property Elements[Index:integer]: IElement read GetActiveElement;
 

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