ST_BA_Cnr
Information about window corners.
TYPE ST_BA_Cnr :
STRUCT
fX : REAL;
fY : REAL;
bShdd : BOOL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
fX | REAL | X-coordinate of the window (on the facade). |
fY | REAL | Y-coordinate of the window (on the facade). |
bShdd | BOOL | Information whether this corner point is shaded: bShdd = TRUE: corner point is shaded. |