dxfedit/25-014_lines.json
puzzlesion 91d0262300 Initial commit: Aspose.CAD for Python 问题分析与解决方案
- 完成多版本测试(22.2, 23.6, 24.12, 25.3)
- 发现API设计问题:无法访问CAD特定功能
- 提供5个解决方案,推荐使用ezdxf替代方案
- 创建完整的测试脚本和分析报告
- 包含详细的README文档
2025-09-02 15:08:09 +08:00

24 lines
497 B
JSON

[
{
"line_index": 0,
"parent_index": -1,
"entity_index": 0,
"entity_type": "Sample Line",
"layer_name": "Default",
"color": "White",
"line_type": "Continuous",
"thickness": 0.0,
"visible": true,
"start_x": 0.0,
"start_y": 0.0,
"start_z": 0.0,
"end_x": 100.0,
"end_y": 100.0,
"end_z": 0.0,
"length": 141.42,
"angle_degrees": 45.0,
"handle": "SampleHandle",
"owner": "SampleOwner",
"extended_data": "SampleData"
}
]