Archicad 28 C++ API
|
Option for anchoring the vertical position of an opening within the wall or the roof. More...
#include <APIdefs_Elements.h>
Public Attributes | |
API_VerticalLinkID | linkType |
Type of the vertical anchor. | |
short | linkValue |
The index of the anchor story if linked to story, 0 otherwise. | |
Option for anchoring the vertical position of an opening within the wall or the roof.
API_VerticalLink::linkType |
Type of the vertical anchor.
API_VerticalLinkID | Meaning |
---|---|
API_NoLink | Undefined vertical link type, not applicable for windows/doors and skylights |
API_LinkSillToWallBottom | Position the sill of the opening relative to the bottom of the containing wall |
API_LinkSillToStory | Position the sill of the opening relative to a given story |
API_LinkHeaderToWallBottom | Position the header of the opening relative to the bottom of the containing wall |
API_LinkHeaderToStory | Position the header of the opening relative to a given story |
API_LinkSkylightToRoofPivot | Position the skylight anchor vertically relative to the roof pivot lines |
API_LinkSkylightToStory | Position the skylight anchor vertically relative to a given story |
API_LinkSkylightToShellBase | Position the skylight anchor relative to ShellBase |
API_LinkSillToWallTop | Position the sill of the opening relative to the top of the containing wall |
API_LinkHeaderToWallTop | Position the header of the opening relative to the top of the containing wall |