ST_BARFacadeElement
List entry for a facade element (window).
TYPE ST_BARFacadeElement :
STRUCT
usiGroup : USINT;
lrWindowWidth : LREAL;
lrWindowHeight : LREAL;
stCorner : ARRAY [1..4] OF ST_BARCorner;
bValid : BOOL;
END_STRUCT
END_TYPE
usiGroup: group membership of the element
lrWindowWidth: width of the window.
lrWindowHeight: height of the window.
stCorner: coordinates of the window corners and information as to whether this corner point is in the shade; see ST_BARCorner.
bValid: plausibility of the data entered: bValid=TRUE: Data are plausible.