Representation of an arc segment of a two dimensional polygon.
More...
#include <APIdefs_Base.h>
|
|
Int32 | begIndex |
| | Node index of one end point of the arc.
|
| |
|
Int32 | endIndex |
| | Node index of the other end point of the arc.
|
| |
|
double | arcAngle |
| | Angle of the arc; it is positive, if the arc is on the right-hand side of the straight segment.
|
| |
Representation of an arc segment of a two dimensional polygon.