How to apply Grade Rule Table to DXF?

你说的曾经没有我的故事 提交于 2019-12-14 04:07:11

问题


I have a rule associated with dxf file, the fragment is following:

GRADE RULE TABLE: 11111
NUMBER OF SIZES: 2
SIZE LIST: M L
SAMPLE SIZE: M
RULE: DELTA 1
      0.000,      -0.000
      100.000,      -0.000
RULE: DELTA 2
      0.000,      -0.000
      100.000,      -100.000

dxf file content like # 1# 2 is associated with the grade rule table file, the point before # is key points (which control the pattern shape), and there are many polygon vertex in the dxf file, so how to connect polygon vertex and key points ,what is the relationship between polygon and key points ? , the dxf fragment(include # 1) is following:

0
POINT
8
2
10
2551.112500
20
90.030000
0
TEXT
8
2
10
2551.112500
20
90.030000
40
5.000000
50
0.000000
1
# 1
7
STANDARD
0
POINT
8
2
10
2651.112500
20
-425.967500

来源:https://stackoverflow.com/questions/58765788/how-to-apply-grade-rule-table-to-dxf

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!