Daniel Carvajal

Results 167 comments of Daniel Carvajal

Only the information from the image is not enough. Like with any other transformation three things are required a scale, a rotation, and a translation. You need to know how...

The file loads just fine, I do not see a problem using Release 2.4.0. The only minor thing is that the Style called "STANDARD" references to a font "txt" without...

You can't. The list of line weights available are the ones listed in AutoCad. I you try to write a different value in a DXF, it will be reset to...

When working with shapes either as a Shape entity or as part of a complex line type, the .SHX file needs to be accessible. In your case, you are using...

The Ellipse entity works fine, but the major axis, as its names implies, must be greater than the minor axis.

Attribute definitions with the same tag are not allowed and will be automatically deleted, this is on purpose. I know that the DXF allows it but I don't. The main...

You cannot initialize a Spline with fit points and control points, they are mutually exclusive.

This is not implemented. You can find more information about how to calculate the control points from a set of fit points [here](https://www.geometrictools.com/Samples/Mathematics.html), check the sample "BSplineCurveFitter". There is also...

The root of your problem lies on a badly formatted DXF, it lacks the IMAGEDEF_REACTOR object information. At the moment I am cleaning some of the internal data structures that...

This gonna take a while. Reading the official DXF documentation is like trying to understand a manual by just reading its table of contents. You can take a look at...