|
TPanelPressureParameters |
The TPanelPressureParameters data structure is used to control how time domain panel pressure on a vessel is calculated.
typedef struct {
int Size;
BOOL IncludeHydrostaticPressure;
BOOL IncludeDiffractionPressure;
BOOL IncludeRadiationPressure;
} TPanelPressureParameters;
Specifies the size, in bytes, of this data structure. Set this member to sizeof(TPanelPressureParameters) before calling a function with a TPanelPressureParameters parameter.
Boolean indicating whether or not the panel pressure calculation includes the hydrostatic component of water pressure.
Boolean indicating whether or not the panel pressure calculation includes the diffraction component of water pressure.
Boolean indicating whether or not the panel pressure calculation includes the radiation component of water pressure.