Skip to content

Commit

Permalink
document ELLIPSE fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Oct 5, 2024
1 parent 95f4ea0 commit 122d295
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/dwg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1955,12 +1955,12 @@ typedef struct _dwg_entity_ELLIPSE
{
struct _dwg_object_entity *parent;

BITCODE_3BD center;
BITCODE_3BD sm_axis;
BITCODE_BE extrusion;
BITCODE_BD axis_ratio; /* i.e RadiusRatio */
BITCODE_BD start_angle;
BITCODE_BD end_angle;
BITCODE_3BD center; /* DXF 10 */
BITCODE_3BD sm_axis; /* DXF 11, major axis */
BITCODE_BE extrusion; /* DXF 210, the normal */
BITCODE_BD axis_ratio; /* DXF 40, i.e RadiusRatio, minor radius / major radius */
BITCODE_BD start_angle;/* DXF 41, default 0 */
BITCODE_BD end_angle; /* DXF 42, default 2*PI */
} Dwg_Entity_ELLIPSE;

/**
Expand Down

0 comments on commit 122d295

Please # to comment.