Archicad 28 C++ API
|
Describes an Structural Analytical Model Curve that is either a line segment between two Structural Analytical Model Nodes, or an arc segment with a specified intermediate point. More...
#include <APIdefs_AnalyticalElements.h>
Public Attributes | |
API_AnalyticalCurveType | type |
The type of the Structural Analytical Model Curve. | |
API_AnalyticalNode | begNode |
The beginning Node of the Structural Analytical Model Curve. | |
API_AnalyticalNode | endNode |
The ending Node of the Structural Analytical Model Curve. | |
GS::Array< API_Coord3D > | midCoords |
The intermediate point coordinates in case of arc or multi point segments. | |
Describes an Structural Analytical Model Curve that is either a line segment between two Structural Analytical Model Nodes, or an arc segment with a specified intermediate point.