| static DxfDimRadial * createDimRadius |
( |
const DxfVector & |
center, |
|
|
const DxfVector & |
textLoca, |
|
|
const DxfVector & |
radiusLoca, |
|
|
const std::string & |
text, |
|
|
std::string |
style = "HKR", |
|
|
std::string |
font = "simsunb", |
|
|
double |
angleDim = 0.0, |
|
|
double |
leader = 0, |
|
|
double |
xScale = 1.0, |
|
|
double |
yScale = 1.0, |
|
|
int |
textcolor = 0, |
|
|
int |
horizonColor = 0, |
|
|
int |
verticalColor = 0 |
|
) |
| |
|
static |