Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

2 Splines with same settings are different

h.zeihsel
Explorer

2 Splines with same settings are different

h.zeihsel
Explorer
Explorer

In the file i attached there are two Spline which have the same settings and control points (at least as far as i can tell) however they are clearly two different curves. 

The white spline is the behaviour i would expect from a NURBS curve. However the red spine differs from that.

I would be glad if someone could explaine the difference between the two.

0 Likes
Reply
Accepted solutions (1)
516 Views
4 Replies
Replies (4)

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

DXF-Code 40 is different for these 2 splines.

Here a screenshot comparing the 2 splines:

20200111_225748_0001.png

 

This is the DXF documentation on SPLINE values, code 40 is listed as "knot value".

I don't know which value this exact is (I thought it's knot weight, but this would be 41), but at least this is the difference.

https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2018/ENU/AutoCAD-DXF/files/GUI...

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)

ilia.borisov
Collaborator
Collaborator
  • @Alfred.NESWADBA if its not secret could you tell us which is the program to view that stats
0 Likes

h.zeihsel
Explorer
Explorer

I am not sure but i think he used something like notepad++ with a compare plugin to compare both splines as defined in .dxf. 

I kind of forgot that the knot values also change the NURBS spline since i didnt really find how to display them in autocad. Maybe someone knows where and how to change that?  I can change the weights but not the knot vector in the properties.

0 Likes

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> if its not secret could you tell us which is the program to view that stats

I simply used Notepad++ (you can use any ASCII-editor) to look into the DXF-code.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes