Description | Hierarchy | Fields | Methods | Properties |
type TGridOptions = class(TPersistent)
TGridOptions
is used to store options related to the grid in PHAST.
![]() |
FChemicalDimensionX: boolean; |
![]() |
FChemicalDimensionY: boolean; |
![]() |
FChemicalDimensionZ: boolean; |
![]() |
FPrintOrientation: TpgPrintOrientation; |
![]() |
procedure SetChemicalDimensionX(const Value: boolean); |
![]() |
procedure SetChemicalDimensionY(const Value: boolean); |
![]() |
procedure SetChemicalDimensionZ(const Value: boolean); |
![]() |
procedure SetPrintOrientation(const Value: TpgPrintOrientation); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create; |
![]() |
property ChemicalDimensionX: boolean read FChemicalDimensionX
write SetChemicalDimensionX; |
![]() |
property ChemicalDimensionY: boolean read FChemicalDimensionY
write SetChemicalDimensionY; |
![]() |
property ChemicalDimensionZ: boolean read FChemicalDimensionZ
write SetChemicalDimensionZ; |
![]() |
property PrintOrientation: TpgPrintOrientation read FPrintOrientation
write SetPrintOrientation; |
![]() |
FChemicalDimensionX: boolean; |
|
![]() |
FChemicalDimensionY: boolean; |
|
![]() |
FChemicalDimensionZ: boolean; |
|
![]() |
FPrintOrientation: TpgPrintOrientation; |
|
![]() |
procedure SetChemicalDimensionX(const Value: boolean); |
See ChemicalDimensionX. |
![]() |
procedure SetChemicalDimensionY(const Value: boolean); |
See ChemicalDimensionY. |
![]() |
procedure SetChemicalDimensionZ(const Value: boolean); |
See ChemicalDimensionZ. |
![]() |
procedure SetPrintOrientation(const Value: TpgPrintOrientation); |
See PrintOrientation. |
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
constructor Create; |
|
![]() |
property ChemicalDimensionX: boolean read FChemicalDimensionX
write SetChemicalDimensionX; |
|
![]() |
property ChemicalDimensionY: boolean read FChemicalDimensionY
write SetChemicalDimensionY; |
|
![]() |
property ChemicalDimensionZ: boolean read FChemicalDimensionZ
write SetChemicalDimensionZ; |
|
![]() |
property PrintOrientation: TpgPrintOrientation read FPrintOrientation
write SetPrintOrientation; |
|