Description | Hierarchy | Fields | Methods | Properties |
type TGridDistribution = class(TGoPhastPersistent)
![]() |
FBackFace: boolean; |
![]() |
FTopFace: boolean; |
![]() |
FLeftFace: boolean; |
![]() |
FRightFace: boolean; |
![]() |
FFrontFace: boolean; |
![]() |
FZCount: integer; |
![]() |
FInternal: boolean; |
![]() |
FBottomFace: boolean; |
![]() |
FXCount: integer; |
![]() |
FYCount: integer; |
![]() |
FParticles: TParticles; |
![]() |
FMaxParticleSize: double; |
![]() |
procedure SetBackFace(const Value: boolean); |
![]() |
procedure SetBottomFace(const Value: boolean); |
![]() |
procedure SetFrontFace(const Value: boolean); |
![]() |
procedure SetInternal(const Value: boolean); |
![]() |
procedure SetLeftFace(const Value: boolean); |
![]() |
procedure SetRightFace(const Value: boolean); |
![]() |
procedure SetTopFace(const Value: boolean); |
![]() |
procedure SetXCount(const Value: integer); |
![]() |
procedure SetYCount(const Value: integer); |
![]() |
procedure SetZCount(const Value: integer); |
![]() |
function GetParticles: TParticles; |
![]() |
procedure CreateParticlesOnXFace(X: Double); |
![]() |
procedure CreateParticlesOnYFace(Y: Double); |
![]() |
procedure CreateParticlesOnZFace(Z: Double); |
![]() |
procedure UpdateMaxParticleSize(ParticleSize: Double); |
![]() |
procedure InvalidateModel; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
property Particles: TParticles read GetParticles; |
![]() |
property LeftFace: boolean read FLeftFace write SetLeftFace; |
![]() |
property RightFace: boolean read FRightFace write SetRightFace; |
![]() |
property BackFace: boolean read FBackFace write SetBackFace; |
![]() |
property FrontFace: boolean read FFrontFace write SetFrontFace; |
![]() |
property BottomFace: boolean read FBottomFace write SetBottomFace; |
![]() |
property TopFace: boolean read FTopFace write SetTopFace; |
![]() |
property Internal: boolean read FInternal write SetInternal default True; |
![]() |
property XCount: integer read FXCount write SetXCount default 1; |
![]() |
property YCount: integer read FYCount write SetYCount default 1; |
![]() |
property ZCount: integer read FZCount write SetZCount default 1; |
![]() |
FBackFace: boolean; |
![]() |
FTopFace: boolean; |
![]() |
FLeftFace: boolean; |
![]() |
FRightFace: boolean; |
![]() |
FFrontFace: boolean; |
![]() |
FZCount: integer; |
![]() |
FInternal: boolean; |
![]() |
FBottomFace: boolean; |
![]() |
FXCount: integer; |
![]() |
FYCount: integer; |
![]() |
FParticles: TParticles; |
![]() |
FMaxParticleSize: double; |
![]() |
procedure SetBackFace(const Value: boolean); |
![]() |
procedure SetBottomFace(const Value: boolean); |
![]() |
procedure SetFrontFace(const Value: boolean); |
![]() |
procedure SetInternal(const Value: boolean); |
![]() |
procedure SetLeftFace(const Value: boolean); |
![]() |
procedure SetRightFace(const Value: boolean); |
![]() |
procedure SetTopFace(const Value: boolean); |
![]() |
procedure SetXCount(const Value: integer); |
![]() |
procedure SetYCount(const Value: integer); |
![]() |
procedure SetZCount(const Value: integer); |
![]() |
function GetParticles: TParticles; |
![]() |
procedure CreateParticlesOnXFace(X: Double); |
![]() |
procedure CreateParticlesOnYFace(Y: Double); |
![]() |
procedure CreateParticlesOnZFace(Z: Double); |
![]() |
procedure UpdateMaxParticleSize(ParticleSize: Double); |
![]() |
procedure InvalidateModel; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
property Particles: TParticles read GetParticles; |
![]() |
property LeftFace: boolean read FLeftFace write SetLeftFace; |
![]() |
property RightFace: boolean read FRightFace write SetRightFace; |
![]() |
property BackFace: boolean read FBackFace write SetBackFace; |
![]() |
property FrontFace: boolean read FFrontFace write SetFrontFace; |
![]() |
property BottomFace: boolean read FBottomFace write SetBottomFace; |
![]() |
property TopFace: boolean read FTopFace write SetTopFace; |
![]() |
property Internal: boolean read FInternal write SetInternal default True; |
![]() |
property XCount: integer read FXCount write SetXCount default 1; |
![]() |
property YCount: integer read FYCount write SetYCount default 1; |
![]() |
property ZCount: integer read FZCount write SetZCount default 1; |