Description | Hierarchy | Fields | Methods | Properties |
type TCustomOrientedPhastBoundary = class(TCustomInterpolatedBoundary)
TCustomOrientedPhastBoundary
represents a boundary condition that only applies to one TViewDirection.
![]() |
FOrientation: TViewDirection; |
![]() |
procedure SetOrientation(const Value: TViewDirection); virtual; |
![]() |
procedure SetScreenObject(const Value: TScreenObject); override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Orientation: TViewDirection read FOrientation write SetOrientation
stored False; |
![]() |
FOrientation: TViewDirection; |
See Orientation. |
![]() |
procedure SetOrientation(const Value: TViewDirection); virtual; |
See Orientation. |
![]() |
procedure SetScreenObject(const Value: TScreenObject); override; |
See ScreenObject. |
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
property Orientation: TViewDirection read FOrientation write SetOrientation
stored False; |
|