DXF import issues with measurements

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

DXF import issues with measurements

Walter Lapchynski
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Files referenced (DXF and PDF) can be found on <a href="http://forum.l
ibrecad.org/font-problems-with-DXF-import-tp5711605p5711616.html">this
 previous post</a>.

The PDF shows how AutoCAD plots the DXF. Opening in LibreCAD, you'll s
ee it produces different results.

For example, if you look at the large figure near the top, at the bott
om, the radius is shown as "R20 [R.787]" whereas LibreCAD shows it as
"20.0000," kind of far away from the arrow that indicates where that m
easurement exists.

This suggests several problems, such as the number of significant digi
ts (which I can edit on a global scale, but you'll notice that not eve
ry measurement has the same precision), the displayed units (the fact
that both metric and imperial are included), and a clear connection be
tween the measurement and what is being measured. Additionally, the di
ameter symbols are missing.
- --
Walter Lapchynski
Information Services Assistant
Project Management Facilitator

Green Gear Cycling dba Bike Friday
800-777-0258 | +1 541-687-0487
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQEcBAEBCAAGBQJVegdlAAoJEC/Sz6G3AJ2T+qkIAK/YXowX74BgstjuBm/hXW7y
sV13m6hB56YLIq/CM0KltLFYIdmDsaeyduPJbt9WyS0tz+cToPwoiZNGntltsxy3
FlBVIw4m4G7/VWoO8BX0iOT6blyF0b5XoIPEydeIOZiiP6lJOx8zkYAz2jSB/sv9
LgyafnRKUQN5KtRMyJcL57l2jQRacCM+4vBWjsguS0ci9hXb+HSVSOOQg9XmHvVZ
QGIrPVol1jiddILPr5+7jVXXgv2oP0tvKul/soDt8+EBffRjaUc0bcigM0yZV1Nf
EGCKTYYz21u83RQCLhtykWL6QSUS+4HPuFuuTPVnVvb2CAQrpPxja4RYi1uYZuU=
=yK4J
-----END PGP SIGNATURE-----

0xB7009D93.asc (1K) Download Attachment
0xB7009D93.asc.sig (394 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: DXF import issues with measurements

Rallaz
Hi Walter,

The measurements or dimensions are good loaded (imported).

I need to investigate the text position in "diameter dims", the text are draw too far and, if you change the decimal number are draw too close.

Dimensions in LibreCAD are controlled by 9 variables and in Autocad by (aprox.) 57 vars. that is, much work is needed to get always equals and more people to help programming to get it.

Add a "R" or "dim" prefix is very easy, but, is correct in all the world or only in America and Western Europe ?

In my opinion, and in order of priority, are needed to implement:

$DIMDEC = Sets the number of decimal places displayed for the primary units of a dimension. (instead of current drawing prefs)
$DIMADEC =  Number of precision places displayed in angular dimensions
 
$DIMZIN = Controls the suppression of zeros in the primary unit value.
$DIMAZIN = Controls suppression of zeros for angular dimensions.

$DIMLUNIT = Sets units for all dimension types except Angular. (instead of current drawing prefs)

$DIMALT, $DIMALTD, $DIMALTF, $DIMALTTZ, $DIMALTU, $DIMALTZ

And, of course, all managed by dimensions styles

Note: the text inside [] are alternate units controlled by $DIMALT to activate and $DIMALT... to "fine tuning"

In conclusion, all the issues are not issues but work to do in free time  


Cheers,
Rallaz
Reply | Threaded
Open this post in threaded view
|

Re: DXF import issues with measurements

Rallaz
P.D.

And as requested in
http://forum.librecad.org/suggestion-for-dimensions-options-td5711413.html#a5711633

DIMFXLON = Controls whether extension lines are set to a fixed length.
and DIMFXL = When DIMFXLON is on, extension lines are set to the length specified by DIMFXL.