dgnlib
Public Attributes | List of all members
DGNElemArc Struct Reference

#include <dgnlib.h>

Public Attributes

DGNElemCore core
 
DGNPoint origin
 
double primary_axis
 
double secondary_axis
 
double rotation
 
int quat [4]
 
double startang
 
double sweepang
 

Detailed Description

Ellipse element

The core.stype code is DGNST_ARC.

Used for: DGNT_ELLIPSE(15), DGNT_ARC(16)

Member Data Documentation

◆ origin

DGNPoint DGNElemArc::origin

Origin of ellipse

◆ primary_axis

double DGNElemArc::primary_axis

Primary axis length

◆ rotation

double DGNElemArc::rotation

Counterclockwise rotation in degrees

◆ secondary_axis

double DGNElemArc::secondary_axis

Secondary axis length

◆ startang

double DGNElemArc::startang

Start angle (degrees counterclockwise of primary axis)

◆ sweepang

double DGNElemArc::sweepang

Sweep angle (degrees)


The documentation for this struct was generated from the following file: