QCAD

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)

Tasklist

FS#106 - DWG file loaded incorrect

Attached to Project: QCAD
Opened by Martin (martin) - Friday, 27 May 2011, 11:07 GMT+2
Last edited by Martin (martin) - Friday, 27 May 2011, 13:50 GMT+2
Task Type Bug Report
Category Main
Status Closed
Assigned To Andrew (andrew)
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

QCAD drawing dump:

RDocument("ba3bc58", RStorage("bb7aa28", 
current block ID: 22
current layer ID: 21
current view ID: -1
drawing unit: 0
bounding box: RBox(RVector(invalid)  -  RVector(invalid) )  
 RLayer(RObject(id: 21, document: "0xba3bc58", address: "0xbc2dbb0", undone: 0), name: "0", color: RColor(RGBA: 0, 255, 0, 255) , lineweight:  -3 , linetype:  2 )  
 RBlock(RObject(id: 22, document: "0xba3bc58", address: "0xbb45d10", undone: 0), name: "*Model_Space", origin: RVector(0, 0, 0) ) 
 RBlock(RObject(id: 23, document: "0xba3bc58", address: "0xbb442c0", undone: 0), name: "*MODEL_SPACE", origin: RVector(0, 0, 0) ) 
 RBlock(RObject(id: 24, document: "0xba3bc58", address: "0xbc2dc00", undone: 0), name: "*PAPER_SPACE", origin: RVector(0, 0, 0) ) 
 lastTransactionId: -1
variables: 
	"PageSettings/Scale": QVariant(QString, "1:1") 
 Known variables (DWG): 
...

 ) RSpatialIndex()  

This task depends upon

Closed by  Martin (martin)
Friday, 27 May 2011, 13:50 GMT+2
Reason for closing:  Fixed
Comment by Andrew (andrew) - Friday, 27 May 2011, 11:35 GMT+2

Problem: block names should not be case sensitive for DXF/DWG compatibility (i.e. "*Model_Space" == "*MODEL_SPACE")

Comment by Martin (martin) - Friday, 27 May 2011, 11:41 GMT+2

The drawings can be converted to SVG with DraftSight. These SVG can be loaded correctly with QCAD then. However, doesn't really solve the problem.

Comment by Andrew (andrew) - Friday, 27 May 2011, 11:48 GMT+2

No, I'm working on it. Block names really have to be case insensitive in general.

Loading...