Search found 4 matches

by JohnHutch
26 Nov 2006, 02:07
Forum: CAD VCL
Topic: LWPOLYLINE versus POLYLINE
Replies: 4
Views: 19128

Sergy,

Thanks for the info. Unfortunately I cannot really look at the product as there is no help file and the library is closed. Can you provide some more information. How long until this new product is released?

JohnHutch
by JohnHutch
08 Nov 2006, 22:27
Forum: CAD VCL
Topic: LWPOLYLINE versus POLYLINE
Replies: 4
Views: 19128

LWPOLYLINE versus POLYLINE

My understanding of the LWPOLYLINE is that it is a 2D polyline. Even though your code does export the Z (30) value in the dxf, in the R14 specification the Z value is ignored. I want to export the 3D points of my polyline and should use the POLYLINE. Can you provide a POLYLINE export option or provi...
by JohnHutch
06 Nov 2006, 23:04
Forum: CAD VCL
Topic: Problem with DXF Export of Polyline
Replies: 2
Views: 12570

FURTHER
I believe although your doc says the TFPoint is a Double precision it is NOT.

If I substitute my own point record structure (JHPoint = record X,Y,Z:Double end) this works OK.
by JohnHutch
05 Nov 2006, 22:46
Forum: CAD VCL
Topic: Problem with DXF Export of Polyline
Replies: 2
Views: 12570

Problem with DXF Export of Polyline

I have just bought and down loaded the latest version of DXF Export. I need to build a DXF file and need to export Polylines. The following code I copied from this forum (as the help example did not work) also does not work. The dxf file produced does not contain correct coordinates, I expected the ...