Archicad 28 C++ API
|
Represents the distribution of some Railing subelements. More...
#include <APIdefs_Elements.h>
Public Attributes | |
API_DistribTypeID | type |
Distribution of the given pattern: |APIDT_Divisions|Divide segment into patternAmount divisions.| |APIDT_PatternLength|Fixed pattern length.| |APIDT_BestDivisionByLength|Equally distributed pattern. Maximal length is given by length.|. | |
API_PatternAlignID | alignment |
Pattern origin position: |APIPA_StartWithPattern|Start with pattern.| |APIPA_StartFromCenter|Start from center.| |APIPA_CenterAligned|Aligned to center.| |APIPA_EndWithPattern|End with pattern.|. | |
double | length |
Length between divisions. | |
UInt32 | patternAmount |
Amount of the given pattern's repetitions. | |
Represents the distribution of some Railing subelements.
API_RailingDistributionData::alignment |
Pattern origin position: |APIPA_StartWithPattern|Start with pattern.| |APIPA_StartFromCenter|Start from center.| |APIPA_CenterAligned|Aligned to center.| |APIPA_EndWithPattern|End with pattern.|.
API_RailingDistributionData::type |
Distribution of the given pattern: |APIDT_Divisions|Divide segment into patternAmount divisions.| |APIDT_PatternLength|Fixed pattern length.| |APIDT_BestDivisionByLength|Equally distributed pattern. Maximal length is given by length.|.