Release of ezdxf v1.0.1 #819
mozman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release v1.0.1
Version v1.0.1 is a bugfix release, that also includes some minor new additions and an
important change in the way how SPLINE entities are created from fit points only.
Up to this version, the control-points calculated by
ezdxf
for SPLINE entities from fit-points only did not match the control-points calculated by CAD applications. After more than two years, Antonio Spagnuolo answered my question about how to get the same control-points as CAD applications on "stack overflow". The solution does not require an end tangent estimate, so the tangent estimate arguments have been removed from the associated methods and functions.Changes
set_lineweight_display_style()
in moduleezdxf.appsettings
set_current_dimstyle_attribs()
in moduleezdxf.appsettings
ezdxf info
command shows unknown/unsupported entities in statsfit_points_to_cad_cv()
can calculate the control points ofB-splines from fit points like BricsCAD, the argument
estimate
is not necessaryanymore and was removed
estimate
from factory methodadd_cad_spline_control_frame()
, see aboveProxyGraphic
class, An issue on some MULTILEADER explosion #793ezdxf.render.forms.cylinder_2p()
for cylinder axis parallel to z-axis , cylinder_2p in negative z-direction #810ezdxf.render.forms.cone_2p()
for cone axis parallel to z-axis, cone_2p ZeroDivisionError: float division #811TextstyleTable
classBeta Was this translation helpful? Give feedback.
All reactions