Description | Hierarchy | Fields | Methods | Properties |
type TFishnetMeshNode = class(TPhastCollectionItem)
![]() |
FLocation: TPoint2D; |
![]() |
FElements: TFishnetElementList; |
![]() |
FSelected: boolean; |
![]() |
procedure SetLocation(const Value: TPoint2D); |
![]() |
procedure SetX(const Value: Double); |
![]() |
procedure SetY(const Value: Double); |
![]() |
procedure SetSelected(const Value: boolean); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Elements: TFishnetElementList read FElements; |
![]() |
property Selected: boolean read FSelected write SetSelected; |
![]() |
property Location: TPoint2D read FLocation write SetLocation; |
![]() |
property X: Double read FLocation.X write SetX; |
![]() |
property Y: Double read FLocation.Y write SetY; |
![]() |
FLocation: TPoint2D; |
![]() |
FElements: TFishnetElementList; |
![]() |
FSelected: boolean; |
![]() |
procedure SetLocation(const Value: TPoint2D); |
![]() |
procedure SetX(const Value: Double); |
![]() |
procedure SetY(const Value: Double); |
![]() |
procedure SetSelected(const Value: boolean); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Elements: TFishnetElementList read FElements; |
![]() |
property Selected: boolean read FSelected write SetSelected; |
![]() |
property Location: TPoint2D read FLocation write SetLocation; |
![]() |
property X: Double read FLocation.X write SetX; |
![]() |
property Y: Double read FLocation.Y write SetY; |