├── .gitattributes ├── .github └── weekly-digest.yml ├── .gitignore ├── .travis.yml ├── ABOUT-NLS ├── AUTHORS ├── CODE_OF_CONDUCT ├── CONTRIBUTING ├── COPYING ├── ChangeLog ├── INSTALL ├── ISSUE_TEMPLATE ├── LICENSE ├── MANIFEST ├── Makefile.am ├── Makefile.win ├── NEWS ├── PULL_REQUEST_TEMPLATE ├── README ├── _config.yml ├── autogen.sh ├── circle.yml ├── config.guess ├── config.sub ├── configure.ac ├── doc ├── .gitignore ├── AUTHORS.md ├── BUGS.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DEPENDENCIES.md ├── Drawing_Interchange_and_File_Formats_Release_12.txt ├── ISSUES.md ├── ISSUE_TEMPLATE.md ├── MANIFEST ├── Makefile.am ├── PULL_REQUEST_TEMPLATE.md ├── README.md ├── TODO ├── binary.html ├── class.html ├── doxygen │ ├── .gitignore │ ├── Makefile.am │ ├── circlefrom3points1.gif │ ├── clip_facet1.gif │ ├── create_libdxf_dox.sh │ ├── drakon │ │ ├── README.md │ │ ├── dxf_3dface_create_from_points.png │ │ ├── dxf_3dface_free.png │ │ ├── dxf_3dface_free_list.png │ │ ├── dxf_3dface_get_binary_graphics_data.png │ │ ├── dxf_3dface_get_color.png │ │ ├── dxf_3dface_get_color_name.png │ │ ├── dxf_3dface_get_color_value.png │ │ ├── dxf_3dface_get_dictionary_owner_hard.png │ │ ├── dxf_3dface_get_dictionary_owner_soft.png │ │ ├── dxf_3dface_get_elevation.png │ │ ├── dxf_3dface_get_flag.png │ │ ├── dxf_3dface_get_graphics_data_size.png │ │ ├── dxf_3dface_get_id_code.png │ │ ├── dxf_3dface_get_last.png │ │ ├── dxf_3dface_get_layer.png │ │ ├── dxf_3dface_get_linetype.png │ │ ├── dxf_3dface_get_linetype_scale.png │ │ ├── dxf_3dface_get_lineweight.png │ │ ├── dxf_3dface_get_material.png │ │ ├── dxf_3dface_get_next.png │ │ ├── dxf_3dface_get_object_owner_soft.png │ │ ├── dxf_3dface_get_p0.png │ │ ├── dxf_3dface_get_p1.png │ │ ├── dxf_3dface_get_p2.png │ │ ├── dxf_3dface_get_p3.png │ │ ├── dxf_3dface_get_paperspace.png │ │ ├── dxf_3dface_get_plot_style_name.png │ │ ├── dxf_3dface_get_shadow_mode.png │ │ ├── dxf_3dface_get_thickness.png │ │ ├── dxf_3dface_get_transparency.png │ │ ├── dxf_3dface_get_visibility.png │ │ ├── dxf_3dface_get_x0.png │ │ ├── dxf_3dface_get_x1.png │ │ ├── dxf_3dface_get_x2.png │ │ ├── dxf_3dface_get_x3.png │ │ ├── dxf_3dface_get_y0.png │ │ ├── dxf_3dface_get_y1.png │ │ ├── dxf_3dface_get_y2.png │ │ ├── dxf_3dface_get_y3.png │ │ ├── dxf_3dface_get_z0.png │ │ ├── dxf_3dface_get_z1.png │ │ ├── dxf_3dface_get_z2.png │ │ ├── dxf_3dface_get_z3.png │ │ ├── dxf_3dface_init.png │ │ ├── dxf_3dface_is_first_edge_invisible.png │ │ ├── dxf_3dface_is_fourth_edge_invisible.png │ │ ├── dxf_3dface_is_second_edge_invisible.png │ │ ├── dxf_3dface_is_third_edge_invisible.png │ │ ├── dxf_3dface_new.png │ │ ├── dxf_3dface_read.png │ │ ├── dxf_3dface_set_binary_graphics_data.png │ │ ├── dxf_3dface_set_color.png │ │ ├── dxf_3dface_set_color_name.png │ │ ├── dxf_3dface_set_color_value.png │ │ ├── dxf_3dface_set_dictionary_owner_hard.png │ │ ├── dxf_3dface_set_dictionary_owner_soft.png │ │ ├── dxf_3dface_set_elevation.png │ │ ├── dxf_3dface_set_flag.png │ │ ├── dxf_3dface_set_graphics_data_size.png │ │ ├── dxf_3dface_set_id_code.png │ │ ├── dxf_3dface_set_layer.png │ │ ├── dxf_3dface_set_linetype.png │ │ ├── dxf_3dface_set_linetype_scale.png │ │ ├── dxf_3dface_set_lineweight.png │ │ ├── dxf_3dface_set_material.png │ │ ├── dxf_3dface_set_next.png │ │ ├── dxf_3dface_set_object_owner_soft.png │ │ ├── dxf_3dface_set_p0.png │ │ ├── dxf_3dface_set_p1.png │ │ ├── dxf_3dface_set_p2.png │ │ ├── dxf_3dface_set_p3.png │ │ ├── dxf_3dface_set_paperspace.png │ │ ├── dxf_3dface_set_plot_style_name.png │ │ ├── dxf_3dface_set_shadow_mode.png │ │ ├── dxf_3dface_set_thickness.png │ │ ├── dxf_3dface_set_transparency.png │ │ ├── dxf_3dface_set_visibility.png │ │ ├── dxf_3dface_set_x0.png │ │ ├── dxf_3dface_set_x1.png │ │ ├── dxf_3dface_set_x2.png │ │ ├── dxf_3dface_set_x3.png │ │ ├── dxf_3dface_set_y0.png │ │ ├── dxf_3dface_set_y1.png │ │ ├── dxf_3dface_set_y2.png │ │ ├── dxf_3dface_set_y3.png │ │ ├── dxf_3dface_set_z0.png │ │ ├── dxf_3dface_set_z1.png │ │ ├── dxf_3dface_set_z2.png │ │ ├── dxf_3dface_set_z3.png │ │ ├── dxf_3dface_write.png │ │ ├── dxf_3dline_free.png │ │ ├── dxf_3dline_free_list.png │ │ ├── dxf_3dline_get_binary_graphics_data.png │ │ ├── dxf_3dline_get_color.png │ │ ├── dxf_3dline_get_color_name.png │ │ ├── dxf_3dline_get_color_value.png │ │ ├── dxf_3dline_get_dictionary_owner_hard.png │ │ ├── dxf_3dline_get_dictionary_owner_soft.png │ │ ├── dxf_3dline_get_elevation.png │ │ ├── dxf_3dline_get_extr_x0.png │ │ ├── dxf_3dline_get_extr_y0.png │ │ ├── dxf_3dline_get_extr_z0.png │ │ ├── dxf_3dline_get_extrusion_vector_as_point.png │ │ ├── dxf_3dline_get_graphics_data_size.png │ │ ├── dxf_3dline_get_id_code.png │ │ ├── dxf_3dline_get_last.png │ │ ├── dxf_3dline_get_layer.png │ │ ├── dxf_3dline_get_length.png │ │ ├── dxf_3dline_get_linetype.png │ │ ├── dxf_3dline_get_linetype_scale.png │ │ ├── dxf_3dline_get_lineweight.png │ │ ├── dxf_3dline_get_material.png │ │ ├── dxf_3dline_get_mid_point.png │ │ ├── dxf_3dline_get_next.png │ │ ├── dxf_3dline_get_object_owner_soft.png │ │ ├── dxf_3dline_get_p0.png │ │ ├── dxf_3dline_get_p1.png │ │ ├── dxf_3dline_get_paperspace.png │ │ ├── dxf_3dline_get_plot_style_name.png │ │ ├── dxf_3dline_get_shadow_mode.png │ │ ├── dxf_3dline_get_thickness.png │ │ ├── dxf_3dline_get_transparency.png │ │ ├── dxf_3dline_get_visibility.png │ │ ├── dxf_3dline_get_x0.png │ │ ├── dxf_3dline_get_x1.png │ │ ├── dxf_3dline_get_y0.png │ │ ├── dxf_3dline_get_y1.png │ │ ├── dxf_3dline_get_z0.png │ │ ├── dxf_3dline_get_z1.png │ │ ├── dxf_3dline_init.png │ │ ├── dxf_3dline_new.png │ │ ├── dxf_3dline_read.png │ │ ├── dxf_3dline_set_binary_graphics_data.png │ │ ├── dxf_3dline_set_color.png │ │ ├── dxf_3dline_set_color_name.png │ │ ├── dxf_3dline_set_color_value.png │ │ ├── dxf_3dline_set_dictionary_owner_hard.png │ │ ├── dxf_3dline_set_dictionary_owner_soft.png │ │ ├── dxf_3dline_set_elevation.png │ │ ├── dxf_3dline_set_extr_x0.png │ │ ├── dxf_3dline_set_extr_y0.png │ │ ├── dxf_3dline_set_extr_z0.png │ │ ├── dxf_3dline_set_extrusion_vector.png │ │ ├── dxf_3dline_set_extrusion_vector_from_point.png │ │ ├── dxf_3dline_set_graphics_data_size.png │ │ ├── dxf_3dline_set_id_code.png │ │ ├── dxf_3dline_set_layer.png │ │ ├── dxf_3dline_set_linetype.png │ │ ├── dxf_3dline_set_linetype_scale.png │ │ ├── dxf_3dline_set_lineweight.png │ │ ├── dxf_3dline_set_material.png │ │ ├── dxf_3dline_set_next.png │ │ ├── dxf_3dline_set_object_owner_soft.png │ │ ├── dxf_3dline_set_p0.png │ │ ├── dxf_3dline_set_p1.png │ │ ├── dxf_3dline_set_paperspace.png │ │ ├── dxf_3dline_set_plot_style_name.png │ │ ├── dxf_3dline_set_shadow_mode.png │ │ ├── dxf_3dline_set_thickness.png │ │ ├── dxf_3dline_set_transparency.png │ │ ├── dxf_3dline_set_visibility.png │ │ ├── dxf_3dline_set_x0.png │ │ ├── dxf_3dline_set_x1.png │ │ ├── dxf_3dline_set_y0.png │ │ ├── dxf_3dline_set_y1.png │ │ ├── dxf_3dline_set_z0.png │ │ ├── dxf_3dline_set_z1.png │ │ ├── dxf_3dline_write.png │ │ ├── dxf_3dsolid_free.png │ │ ├── dxf_3dsolid_free_list.png │ │ ├── dxf_3dsolid_get_binary_graphics_data.png │ │ ├── dxf_3dsolid_get_color.png │ │ ├── dxf_3dsolid_get_color_name.png │ │ ├── dxf_3dsolid_get_color_value.png │ │ ├── dxf_3dsolid_get_dictionary_owner_hard.png │ │ ├── dxf_3dsolid_get_dictionary_owner_soft.png │ │ ├── dxf_3dsolid_get_elevation.png │ │ ├── dxf_3dsolid_get_graphics_data_size.png │ │ ├── dxf_3dsolid_get_id_code.png │ │ ├── dxf_3dsolid_get_layer.png │ │ ├── dxf_3dsolid_get_linetype.png │ │ ├── dxf_3dsolid_get_linetype_scale.png │ │ ├── dxf_3dsolid_get_paperspace.png │ │ ├── dxf_3dsolid_get_thickness.png │ │ ├── dxf_3dsolid_get_visibility.png │ │ ├── dxf_3dsolid_init.png │ │ ├── dxf_3dsolid_new.png │ │ ├── dxf_3dsolid_set_binary_graphics_data.png │ │ ├── dxf_3dsolid_set_color.png │ │ ├── dxf_3dsolid_set_elevation.png │ │ ├── dxf_3dsolid_set_graphics_data_size.png │ │ ├── dxf_3dsolid_set_id_code.png │ │ ├── dxf_3dsolid_set_layer.png │ │ ├── dxf_3dsolid_set_linetype.png │ │ ├── dxf_3dsolid_set_linetype_scale.png │ │ ├── dxf_3dsolid_set_paperspace.png │ │ ├── dxf_3dsolid_set_thickness.png │ │ ├── dxf_3dsolid_set_visibility.png │ │ ├── dxf_arc_free.png │ │ ├── dxf_arc_free_list.png │ │ ├── dxf_arc_get_binary_graphics_data.png │ │ ├── dxf_arc_get_color.png │ │ ├── dxf_arc_get_color_name.png │ │ ├── dxf_arc_get_color_value.png │ │ ├── dxf_arc_get_dictionary_owner_hard.png │ │ ├── dxf_arc_get_dictionary_owner_soft.png │ │ ├── dxf_arc_get_elevation.png │ │ ├── dxf_arc_get_end_angle.png │ │ ├── dxf_arc_get_extr_x0.png │ │ ├── dxf_arc_get_extr_y0.png │ │ ├── dxf_arc_get_extr_z0.png │ │ ├── dxf_arc_get_extrusion_vector_as_point.png │ │ ├── dxf_arc_get_graphics_data_size.png │ │ ├── dxf_arc_get_id_code.png │ │ ├── dxf_arc_get_last.png │ │ ├── dxf_arc_get_layer.png │ │ ├── dxf_arc_get_length.png │ │ ├── dxf_arc_get_linetype.png │ │ ├── dxf_arc_get_linetype_scale.png │ │ ├── dxf_arc_get_lineweight.png │ │ ├── dxf_arc_get_material.png │ │ ├── dxf_arc_get_next.png │ │ ├── dxf_arc_get_object_owner_soft.png │ │ ├── dxf_arc_get_p0.png │ │ ├── dxf_arc_get_paperspace.png │ │ ├── dxf_arc_get_plot_style_name.png │ │ ├── dxf_arc_get_radius.png │ │ ├── dxf_arc_get_shadow_mode.png │ │ ├── dxf_arc_get_start_angle.png │ │ ├── dxf_arc_get_thickness.png │ │ ├── dxf_arc_get_transparency.png │ │ ├── dxf_arc_get_visibility.png │ │ ├── dxf_arc_get_x0.png │ │ ├── dxf_arc_get_y0.png │ │ ├── dxf_arc_get_z0.png │ │ ├── dxf_arc_init.png │ │ ├── dxf_arc_new.png │ │ ├── dxf_arc_read.png │ │ ├── dxf_arc_set_binary_graphics_data.png │ │ ├── dxf_arc_set_color.png │ │ ├── dxf_arc_set_color_name.png │ │ ├── dxf_arc_set_color_value.png │ │ ├── dxf_arc_set_dictionary_owner_hard.png │ │ ├── dxf_arc_set_dictionary_owner_soft.png │ │ ├── dxf_arc_set_elevation.png │ │ ├── dxf_arc_set_end_angle.png │ │ ├── dxf_arc_set_extr_x0.png │ │ ├── dxf_arc_set_extr_y0.png │ │ ├── dxf_arc_set_extr_z0.png │ │ ├── dxf_arc_set_extrusion_vector.png │ │ ├── dxf_arc_set_extrusion_vector_from_point.png │ │ ├── dxf_arc_set_graphics_data_size.png │ │ ├── dxf_arc_set_id_code.png │ │ ├── dxf_arc_set_layer.png │ │ ├── dxf_arc_set_linetype.png │ │ ├── dxf_arc_set_linetype_scale.png │ │ ├── dxf_arc_set_lineweight.png │ │ ├── dxf_arc_set_material.png │ │ ├── dxf_arc_set_next.png │ │ ├── dxf_arc_set_object_owner_soft.png │ │ ├── dxf_arc_set_p0.png │ │ ├── dxf_arc_set_paperspace.png │ │ ├── dxf_arc_set_plot_style_name.png │ │ ├── dxf_arc_set_radius.png │ │ ├── dxf_arc_set_shadow_mode.png │ │ ├── dxf_arc_set_start_angle.png │ │ ├── dxf_arc_set_thickness.png │ │ ├── dxf_arc_set_transparency.png │ │ ├── dxf_arc_set_visibility.png │ │ ├── dxf_arc_set_x0.png │ │ ├── dxf_arc_set_y0.png │ │ ├── dxf_arc_set_z0.png │ │ ├── dxf_arc_write.png │ │ ├── dxf_circle_free.png │ │ ├── dxf_circle_free_list.png │ │ ├── dxf_circle_get_area.png │ │ ├── dxf_circle_get_binary_graphics.png │ │ ├── dxf_circle_get_binary_graphics_data.png │ │ ├── dxf_circle_get_circumference.png │ │ ├── dxf_circle_get_color.png │ │ ├── dxf_circle_get_color_name.png │ │ ├── dxf_circle_get_color_value.png │ │ ├── dxf_circle_get_dictionary_owner_hard.png │ │ ├── dxf_circle_get_dictionary_owner_soft.png │ │ ├── dxf_circle_get_elevation.png │ │ ├── dxf_circle_get_extr_x0.png │ │ ├── dxf_circle_get_extr_y0.png │ │ ├── dxf_circle_get_extr_z0.png │ │ ├── dxf_circle_get_extrusion_vector_as_point.png │ │ ├── dxf_circle_get_graphics_data_size.png │ │ ├── dxf_circle_get_id_code.png │ │ ├── dxf_circle_get_last.png │ │ ├── dxf_circle_get_layer.png │ │ ├── dxf_circle_get_linetype.png │ │ ├── dxf_circle_get_linetype_scale.png │ │ ├── dxf_circle_get_lineweight.png │ │ ├── dxf_circle_get_material.png │ │ ├── dxf_circle_get_next.png │ │ ├── dxf_circle_get_object_owner_soft.png │ │ ├── dxf_circle_get_p0.png │ │ ├── dxf_circle_get_paperspace.png │ │ ├── dxf_circle_get_plot_style_name.png │ │ ├── dxf_circle_get_radius.png │ │ ├── dxf_circle_get_shadow_mode.png │ │ ├── dxf_circle_get_thickness.png │ │ ├── dxf_circle_get_transparency.png │ │ ├── dxf_circle_get_visibility.png │ │ ├── dxf_circle_get_x0.png │ │ ├── dxf_circle_get_y0.png │ │ ├── dxf_circle_get_z0.png │ │ ├── dxf_circle_init.png │ │ ├── dxf_circle_new.png │ │ ├── dxf_circle_read.png │ │ ├── dxf_circle_set_binary_graphics_data.png │ │ ├── dxf_circle_set_color.png │ │ ├── dxf_circle_set_color_name.png │ │ ├── dxf_circle_set_color_value.png │ │ ├── dxf_circle_set_dictionary_owner_hard.png │ │ ├── dxf_circle_set_dictionary_owner_soft.png │ │ ├── dxf_circle_set_elevation.png │ │ ├── dxf_circle_set_extr_x0.png │ │ ├── dxf_circle_set_extr_y0.png │ │ ├── dxf_circle_set_extr_z0.png │ │ ├── dxf_circle_set_extrusion_vector.png │ │ ├── dxf_circle_set_extrusion_vector_from_point.png │ │ ├── dxf_circle_set_graphics_data_size.png │ │ ├── dxf_circle_set_id_code.png │ │ ├── dxf_circle_set_layer.png │ │ ├── dxf_circle_set_linetype.png │ │ ├── dxf_circle_set_linetype_scale.png │ │ ├── dxf_circle_set_lineweight.png │ │ ├── dxf_circle_set_material.png │ │ ├── dxf_circle_set_next.png │ │ ├── dxf_circle_set_object_owner_soft.png │ │ ├── dxf_circle_set_p0.png │ │ ├── dxf_circle_set_paperspace.png │ │ ├── dxf_circle_set_plot_style_name.png │ │ ├── dxf_circle_set_radius.png │ │ ├── dxf_circle_set_shadow_mode.png │ │ ├── dxf_circle_set_thickness.png │ │ ├── dxf_circle_set_transparency.png │ │ ├── dxf_circle_set_visibility.png │ │ ├── dxf_circle_set_x0.png │ │ ├── dxf_circle_set_y0.png │ │ ├── dxf_circle_set_z0.png │ │ ├── dxf_circle_test_point_in_circle.png │ │ ├── dxf_circle_write.png │ │ ├── dxf_line_free_list.png │ │ └── dxf_line_new.png │ ├── dxf_hatch_boundary_path_polyline_area1.png │ ├── dxf_hatch_boundary_path_polyline_area2.png │ ├── dxf_hatch_boundary_path_polyline_clockwise.png │ ├── dxf_spline_first_tangent_point.png │ ├── dxf_spline_last_tangent_point.png │ ├── dxf_spline_tolerance.png │ ├── hatch.html │ ├── image.html │ ├── libDXF-64.png │ ├── libDXF-96.png │ ├── libDXF-logo.jpg │ ├── libDXF.dox │ ├── libdxf-main.txt │ ├── line_facet1.gif │ ├── line_facet1.png │ ├── line_facet2.png │ ├── line_line_closest_line_3D.png │ ├── line_line_intersection_2D.png │ └── line_sphere1.png ├── dxf-96.png ├── entities.html ├── fdl-1.3.txt ├── hatch.html ├── header │ ├── 3DDWFPREC.html │ ├── ACADVER.html │ ├── DGNFRAME.html │ ├── DIMALTTZ.html │ ├── DIMALTU.html │ ├── DIMALTZ.html │ ├── DWFFRAME.html │ ├── DWGCODEPAGE.html │ ├── LASTSAVEDBY.html │ ├── PDMODE.html │ ├── PDMode0.gif │ ├── PDMode1.gif │ ├── PDMode100.gif │ ├── PDMode2.gif │ ├── PDMode3.gif │ ├── PDMode32.gif │ ├── PDMode33.gif │ ├── PDMode34.gif │ ├── PDMode35.gif │ ├── PDMode36.gif │ ├── PDMode4.gif │ ├── PDMode64.gif │ ├── PDMode65.gif │ ├── PDMode66.gif │ ├── PDMode67.gif │ ├── PDMode68.gif │ ├── PDMode96.gif │ ├── PDMode97.gif │ ├── PDMode98.gif │ ├── PDMode99.gif │ └── time.html ├── image.html ├── index.html ├── libDXF-logo.ico ├── libDXF-logo.jpg ├── libDXF-logo.svg ├── libDXF-logo2.svg ├── libDXF-logo3.svg ├── libdxf_blocks.html ├── libdxf_classes.html ├── libdxf_entities.html ├── libdxf_header.html ├── libdxf_info.html ├── libdxf_list.html ├── libdxf_main.html ├── libdxf_objects.html ├── libdxf_tables.html ├── libdxf_thumbnailimage.html ├── objects.html ├── refguides │ ├── Makefile.am │ ├── R10 │ │ ├── .gitignore │ │ ├── DXF_R10.xml │ │ └── Makefile.am │ ├── R12 │ │ ├── .gitignore │ │ ├── DXF_R12.xml │ │ └── Makefile.am │ ├── R13 │ │ ├── .gitignore │ │ ├── DXF_R13.xml │ │ └── Makefile.am │ ├── R14 │ │ ├── .gitignore │ │ ├── DXF_R14.xml │ │ └── Makefile.am │ └── R2014 │ │ ├── .gitignore │ │ ├── Makefile.am │ │ └── R2014.xml ├── table.html ├── table_entries.html └── type.html ├── examples ├── all_R10_entities.dxf ├── blender-monkey_head_example_R12.dxf ├── parametric_constraints_R2010.dxf ├── parametric_constraints_collinear_R2010.dxf ├── parametric_constraints_concentric_R2010.dxf ├── parametric_constraints_horizontal_R2010.dxf ├── parametric_constraints_parallel_R2010.dxf ├── parametric_constraints_perpendicular_R2010.dxf ├── parametric_constraints_tangent_R2010.dxf ├── parametric_constraints_vertical_R2010.dxf ├── qcad-example_R12.dxf ├── qcad-example_R2000.dxf └── zcad-teapot_R2000.dxf ├── gettext.m4 ├── install-sh ├── po ├── ChangeLog ├── LINGUAS ├── Makefile.in.in ├── Makevars ├── POTFILES ├── POTFILES.in ├── POTFILES.skip ├── Rules-quot ├── boldquot.sed ├── en@boldquot.header ├── en@quot.header ├── insert-header.sin ├── libdxf.pot ├── quot.sed └── remove-potcdate.sin ├── scripts └── build.sh ├── src ├── 3dface.c ├── 3dface.h ├── 3dline.c ├── 3dline.h ├── 3dsolid.c ├── 3dsolid.h ├── Makefile.am ├── acad_proxy_entity.c ├── acad_proxy_entity.h ├── appid.c ├── appid.h ├── arc.c ├── arc.h ├── attdef.c ├── attdef.h ├── attrib.c ├── attrib.h ├── binary_data.c ├── binary_data.h ├── binary_entity_data.c ├── binary_entity_data.h ├── binary_graphics_data.c ├── binary_graphics_data.h ├── block.c ├── block.h ├── block_record.c ├── block_record.h ├── body.c ├── body.h ├── circle.c ├── circle.h ├── class.c ├── class.h ├── color.c ├── color.h ├── comment.c ├── comment.h ├── dbg.h ├── dictionary.c ├── dictionary.h ├── dictionaryvar.c ├── dictionaryvar.h ├── dimension.c ├── dimension.h ├── dimstyle.c ├── dimstyle.h ├── donut.c ├── donut.h ├── drawing.c ├── drawing.h ├── dxf.h ├── ellipse.c ├── ellipse.h ├── endblk.c ├── endblk.h ├── endsec.c ├── endsec.h ├── endtab.c ├── endtab.h ├── entities.c ├── entities.h ├── entity.c ├── entity.h ├── file.c ├── file.h ├── global.h ├── group.c ├── group.h ├── hatch.c ├── hatch.h ├── header.c ├── header.h ├── helix.c ├── helix.h ├── idbuffer.c ├── idbuffer.h ├── image.c ├── image.h ├── imagedef.c ├── imagedef.h ├── imagedef_reactor.c ├── imagedef_reactor.h ├── insert.c ├── insert.h ├── layer.c ├── layer.h ├── layer_index.c ├── layer_index.h ├── layer_name.c ├── layer_name.h ├── leader.c ├── leader.h ├── libdxf.pc.in ├── light.c ├── light.h ├── line.c ├── line.h ├── ltype.c ├── ltype.h ├── lwpolyline.c ├── lwpolyline.h ├── mesh.c ├── mesh.h ├── mleader.c ├── mleader.h ├── mleaderstyle.c ├── mleaderstyle.h ├── mline.c ├── mline.h ├── mlinestyle.c ├── mlinestyle.h ├── mtext.c ├── mtext.h ├── object.c ├── object.h ├── object_id.c ├── object_id.h ├── object_ptr.c ├── object_ptr.h ├── ole2frame.c ├── ole2frame.h ├── oleframe.c ├── oleframe.h ├── param.h ├── point.c ├── point.h ├── polyline.c ├── polyline.h ├── proprietary_data.c ├── proprietary_data.h ├── rastervariables.c ├── rastervariables.h ├── ray.c ├── ray.h ├── region.c ├── region.h ├── rtext.c ├── rtext.h ├── section.c ├── section.h ├── seqend.c ├── seqend.h ├── shape.c ├── shape.h ├── solid.c ├── solid.h ├── sortentstable.c ├── sortentstable.h ├── spatial_filter.c ├── spatial_filter.h ├── spatial_index.c ├── spatial_index.h ├── spline.c ├── spline.h ├── style.c ├── style.h ├── sun.c ├── sun.h ├── surface.c ├── surface.h ├── table.c ├── table.h ├── tables.c ├── tables.h ├── text.c ├── text.h ├── thumbnail.c ├── thumbnail.h ├── tolerance.c ├── tolerance.h ├── trace.c ├── trace.h ├── ucs.c ├── ucs.h ├── util.c ├── util.h ├── vertex.c ├── vertex.h ├── view.c ├── view.h ├── viewport.c ├── viewport.h ├── vport.c ├── vport.h ├── xline.c ├── xline.h ├── xrecord.c └── xrecord.h └── tests ├── .gitignore ├── Makefile.am ├── golden ├── arc_R12.dxf ├── arc_R2000.dxf ├── arc_R2004.dxf ├── arc_R2007.dxf ├── arc_R2010.dxf ├── circle_R12.dxf ├── circle_R2000.dxf ├── circle_R2004.dxf ├── circle_R2007.dxf ├── circle_R2010.dxf ├── ellipse_R12.dxf ├── ellipse_R2000.dxf ├── ellipse_R2004.dxf ├── ellipse_R2007.dxf ├── ellipse_R2010.dxf ├── helix_R2000.dxf ├── helix_R2004.dxf ├── helix_R2007.dxf ├── helix_R2010.dxf ├── line_R12.dxf ├── line_R2000.dxf ├── line_R2004.dxf ├── line_R2007.dxf ├── line_R2010.dxf ├── lwpolyline_rectangle_R2000.dxf ├── lwpolyline_rectangle_R2004.dxf ├── lwpolyline_rectangle_R2007.dxf ├── lwpolyline_rectangle_R2010.dxf ├── point_R12.dxf ├── point_R2000.dxf ├── point_R2004.dxf ├── point_R2007.dxf ├── point_R2010.dxf └── polyline_rectangle_R12.dxf ├── includes.h ├── test_point.c └── tests.c /.gitattributes: -------------------------------------------------------------------------------- 1 | *.sh -crlf 2 | *.ac -crlf 3 | *.am -crlf 4 | -------------------------------------------------------------------------------- /.github/weekly-digest.yml: -------------------------------------------------------------------------------- 1 | # Configuration for weekly-digest - https://github.com/apps/weekly-digest 2 | publishDay: sun 3 | canPublishIssues: true 4 | canPublishPullRequests: true 5 | canPublishContributors: true 6 | canPublishStargazers: true 7 | canPublishCommits: true 8 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | m4 2 | *anjuta* 3 | *.o 4 | *~ 5 | *.bak 6 | *.geany 7 | *.dev 8 | *.layout 9 | .deps 10 | .git 11 | .anjuta 12 | .tm_project* 13 | .libs 14 | .deps 15 | .*swp 16 | .nautilus-metafile.xml 17 | *.autosave 18 | *.pws 19 | *.bak 20 | *~ 21 | #*# 22 | *.gladep 23 | *.la 24 | *.lo 25 | *.o 26 | *.class 27 | *.pyc 28 | aclocal.m4 29 | autom4te.cache 30 | config.h 31 | config.h.in 32 | config.log 33 | config.status 34 | configure 35 | intltool-extract* 36 | intltool-merge* 37 | intltool-modules* 38 | intltool-update* 39 | libdxf.h 40 | libdxf.h.in 41 | libtool 42 | prepare.sh 43 | stamp-h* 44 | ltmain.sh 45 | mkinstalldirs 46 | config.guess 47 | config.sub 48 | Makefile 49 | Makefile.in 50 | missing 51 | depcomp 52 | compile 53 | install-sh 54 | /TODO.tasks 55 | 56 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: c 2 | 3 | os: 4 | - linux 5 | 6 | compiler: 7 | - gcc 8 | - clang 9 | - cc 10 | 11 | addons: 12 | apt: 13 | packages: 14 | - graphviz 15 | - doxygen 16 | 17 | before_install: 18 | - sudo apt-get -qq update 19 | - sudo apt-get install -y xmlto 20 | 21 | script: scripts/build.sh 22 | 23 | # blacklist 24 | branches: 25 | except: 26 | - gh-pages 27 | 28 | # whitelist 29 | branches: 30 | only: 31 | - master 32 | - devel 33 | - LGPL 34 | 35 | notifications: 36 | recipients: 37 | - bert.timmerman@xs4all.nl 38 | email: 39 | on_success: change 40 | on_failure: always 41 | 42 | git: 43 | depth: 44 | false 45 | 46 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | doc/AUTHORS.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT: -------------------------------------------------------------------------------- 1 | doc/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING: -------------------------------------------------------------------------------- 1 | doc/CONTRIBUTING.md -------------------------------------------------------------------------------- /ISSUE_TEMPLATE: -------------------------------------------------------------------------------- 1 | doc/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- 1 | 2 | ACLOCAL_AMFLAGS = `-I m4` 3 | 4 | DIRS = \ 5 | doc \ 6 | po \ 7 | src \ 8 | tests 9 | 10 | SUBDIRS= ${DIRS} @DOC@ 11 | 12 | DIST_SUBDIRS= ${DIRS} doc 13 | 14 | libdxfdocdir = ${prefix}/doc 15 | 16 | libdxfdoc_DATA = \ 17 | ABOUT-NLS \ 18 | AUTHORS \ 19 | ChangeLog \ 20 | CODE_OF_CONDUCT \ 21 | CONTRIBUTING \ 22 | COPYING \ 23 | INSTALL \ 24 | LICENSE \ 25 | MANIFEST \ 26 | NEWS \ 27 | README 28 | 29 | EXTRA_DIST = $(libdxfdoc_DATA) 30 | 31 | INTLTOOL_FILES = intltool-extract.in intltool-merge.in intltool-update.in 32 | 33 | DISTCLEANFILES= configure.lineno intltool-extract intltool-merge intltool-update po/.intltool-merge-cache 34 | 35 | MAINTAINERCLEANFILES= $(INTLTOOL_FILES) 36 | 37 | DISTCHECK_CONFIGURE_FLAGS := ${DISTCHECK_CONFIGURE_FLAGS} --disable-update-mime-database --disable-update-desktop-database 38 | 39 | # Copy all the spec files. Of cource, only one is actually used. 40 | dist-hook: 41 | for specfile in *.spec; do \ 42 | if test -f $$specfile; then \ 43 | cp -p $$specfile $(distdir); \ 44 | fi \ 45 | done 46 | 47 | ## generate API documentation with doxygen 48 | apidox: 49 | $(MAKE) apidox-am-@LIBDXF_HAS_DOXYGEN@ 50 | 51 | apidox-am-no: 52 | apidox-am-yes: 53 | @echo "*** Creating API documentation main page"; \ 54 | cd doc/doxygen; \ 55 | doxygen libDXF.dox 56 | 57 | .PHONY: apidox-am-yes apidox-am-no apidox 58 | 59 | -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/NEWS -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE: -------------------------------------------------------------------------------- 1 | doc/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | doc/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-minimal -------------------------------------------------------------------------------- /circle.yml: -------------------------------------------------------------------------------- 1 | general: 2 | build_dir: src 3 | branches: 4 | only: # list of branches to build 5 | - master 6 | - devel 7 | - LGPL 8 | - /bert-patch-.*/ 9 | ignore: # list of branches to ignore 10 | - gh-pages 11 | 12 | test: 13 | override: 14 | - echo "test" 15 | 16 | -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- 1 | 2 | AC_INIT(libdxf, 0.0.1) 3 | 4 | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 5 | AM_CONFIG_HEADER(libdxf.h) 6 | AM_MAINTAINER_MODE 7 | 8 | AC_CONFIG_MACRO_DIR([m4]) 9 | AC_ISC_POSIX 10 | AC_PROG_CC 11 | AM_PROG_CC_STDC 12 | AM_PROG_CC_C_O 13 | AC_HEADER_STDC 14 | 15 | # See if we are supposed to build the Doxygen docs. 16 | 17 | docs_yesno=yes 18 | AC_MSG_CHECKING([if the Doxygen developer documentation should be built]) 19 | AC_ARG_ENABLE([doc], 20 | [ --enable-doc Build and install the Doxygen developer documentation [[default=yes]]], 21 | [ 22 | if test "X$enable_doc" = "Xno" ; then 23 | DOC="" 24 | AC_MSG_RESULT([no]) 25 | docs_yesno=no 26 | else 27 | DOC=doc 28 | AC_MSG_RESULT([yes]) 29 | docs_yesno=yes 30 | fi 31 | ], 32 | [ 33 | DOC=doc 34 | AC_MSG_RESULT([yes]) 35 | docs_yesno=yes 36 | ]) 37 | AC_SUBST(DOC) 38 | AM_CONDITIONAL(DOXYGEN, test x$docs_yesno = xyes) 39 | 40 | 41 | AM_PROG_LIBTOOL 42 | 43 | # Checks for libraries. 44 | AC_CHECK_LIB(m, atan2) 45 | 46 | # i18n 47 | GETTEXT_PACKAGE=$PACKAGE 48 | AH_TEMPLATE([GETTEXT_PACKAGE], [Name of this program's gettext domain]) 49 | AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) 50 | AC_SUBST(GETTEXT_PACKAGE) 51 | # Add the languages which your application supports. 52 | ALL_LINGUAS="" 53 | AM_GLIB_GNU_GETTEXT 54 | 55 | AC_OUTPUT([ 56 | Makefile 57 | doc/Makefile 58 | doc/doxygen/Makefile 59 | doc/refguides/Makefile 60 | doc/refguides/R10/Makefile 61 | doc/refguides/R12/Makefile 62 | doc/refguides/R13/Makefile 63 | doc/refguides/R14/Makefile 64 | doc/refguides/R2014/Makefile 65 | po/Makefile.in 66 | src/Makefile 67 | tests/Makefile 68 | ]) 69 | -------------------------------------------------------------------------------- /doc/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.bak 3 | *.pdf 4 | *.zip 5 | -------------------------------------------------------------------------------- /doc/AUTHORS.md: -------------------------------------------------------------------------------- 1 | # Authors. 2 | 3 | The following persons contributed to libdxf with patches or bug reports: 4 | 5 | - [Christian Luginbühl](mailto:dinkel@pimprecords.com) 6 | - [Luis Matos](mailto:gass@otiliamathos.ath.cx) 7 | - [mtarek](https://github.com/mtarek) 8 | - [Paolo Caroni](mailto:kenren89@gmail.com) 9 | - [Bert Timmerman](mailto:bert.timmerman@xs4all.nl) 10 | 11 | -------------------------------------------------------------------------------- /doc/BUGS.md: -------------------------------------------------------------------------------- 1 | # Bugs found in libDXF. 2 | 3 | All issues, bug reports and feature requests should go into the 4 | [Launchpad bug tracker](https://bugs.launchpad.net/libdxf) 5 | 6 | -------------------------------------------------------------------------------- /doc/DEPENDENCIES.md: -------------------------------------------------------------------------------- 1 | # Dependencies 2 | 3 | Building libdxf from scratch, either from a tarball or from the git 4 | repository, requires (at least): 5 | 6 | - [automake-1.11](https://www.gnu.org/software/automake/) 7 | 8 | - [autoconf-2.65](https://www.gnu.org/software/autoconf/autoconf.html) 9 | 10 | - [gcc-4.4.5](https://gcc.gnu.org/) 11 | 12 | - [glibc-2.12.2](https://www.gnu.org/software/libc/) 13 | 14 | And for generating documentation: 15 | 16 | - [doxygen-1.7.3](http://www.stack.nl/~dimitri/doxygen/) 17 | 18 | - [xmlto-0.0.23](https://directory.fsf.org/wiki/Xmlto) 19 | 20 | and any other dependency these packages may require. 21 | 22 | YMMV with lesser version numbers, these are the minimum versions I use to 23 | develop libdxf with. 24 | 25 | -------------------------------------------------------------------------------- /doc/ISSUES.md: -------------------------------------------------------------------------------- 1 | # Issues 2 | 3 | All issues, bug reports and feature requests should go into the [Launchpad 4 | bug tracker](https://bugs.launchpad.net/libdxf). 5 | 6 | If you do not have a Launchpad account you can drop them at [Github 7 | Issues](https://github.com/bert/libdxf/issues). 8 | -------------------------------------------------------------------------------- /doc/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Add text here ;-) 2 | -------------------------------------------------------------------------------- /doc/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = \ 2 | doxygen \ 3 | refguides 4 | 5 | EXTRA_DIST = \ 6 | AUTHORS.md \ 7 | BUGS.md \ 8 | CODE_OF_CONDUCT.md \ 9 | CONTRIBUTING.md \ 10 | DEPENDENCIES.md \ 11 | ISSUE_TEMPLATE.md \ 12 | ISSUES.md \ 13 | MANIFEST \ 14 | PULL_REQUEST_TEMPLATE.md \ 15 | TODO \ 16 | binary.html \ 17 | class.html \ 18 | hatch.html \ 19 | image.html 20 | 21 | -------------------------------------------------------------------------------- /doc/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Add text here ;-) 2 | -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- 1 | # Welcome to libdxf 2 | 3 | libdxf is a library (written in C) with DXF related functions. 4 | 5 | The Drawing eXchange Format (DXF) is a defacto industry standard for the 6 | exchange of drawing files between various Computer Aided Drafting programs, 7 | designed by Autodesk(TM). 8 | 9 | Currently this project has a "Work in progress" status. 10 | 11 | The code base is still incomplete and is not debugged to an acceptable level. 12 | 13 | My aim for the libdxf-0.0.1 release is to publish a R14 compliant library, and 14 | from that point improve as to be compliant with newer editions of DXF. 15 | 16 | You are always welcome to help with patches or bug reports :-) 17 | 18 | In the mean time one can always fork the latest code from the Github repository and 19 | help with patches or [bug reports](https://launchpad.net/libdxf) 20 | 21 | Developer documentation can be found [here](http://ljh4timm.home.xs4all.nl/libdxf/doxygen/index.html) . 22 | 23 | Travis-CI Status: [![Build Status](https://travis-ci.org/bert/libdxf.svg?branch=master)](https://travis-ci.org/bert/libdxf) 24 | 25 | Codacy Status: [![Codacy Badge](https://api.codacy.com/project/badge/Grade/21d03c493b7d4fbf8753217d53477666)](https://www.codacy.com/app/bert_2/libdxf?utm_source=github.com&utm_medium=referral&utm_content=bert/libdxf&utm_campaign=Badge_Grade) 26 | 27 | Kind regards, 28 | 29 | Bert Timmerman. 30 | -------------------------------------------------------------------------------- /doc/doxygen/.gitignore: -------------------------------------------------------------------------------- 1 | html/* 2 | latex/* 3 | man/* 4 | *~ 5 | *.bak 6 | *.pdf 7 | *.zip 8 | -------------------------------------------------------------------------------- /doc/doxygen/Makefile.am: -------------------------------------------------------------------------------- 1 | # Makefile.am for autogenerating Doxygen developer documentation. 2 | 3 | EXTRA_DIST = \ 4 | drakon/*.png \ 5 | drakon/README.md \ 6 | create_libdxf_dox.sh \ 7 | libDXF.dox \ 8 | libDXF-64.png \ 9 | libDXF-96.png \ 10 | libdxf-main.txt \ 11 | hatch.html \ 12 | image.html 13 | 14 | 15 | doxygen: 16 | if DOXYGEN 17 | ./create_libdxf_dox.sh 18 | else 19 | @echo "Skipping Doxygen developer documentation generation ..." 20 | endif 21 | 22 | 23 | .DEFAULT_GOAL : all 24 | 25 | all: doxygen 26 | 27 | clean: 28 | -rm -rf *~ html latex 29 | 30 | distclean: 31 | -rm -rf *~ html latex Makefile.in Makefile 32 | 33 | -------------------------------------------------------------------------------- /doc/doxygen/circlefrom3points1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/circlefrom3points1.gif -------------------------------------------------------------------------------- /doc/doxygen/clip_facet1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/clip_facet1.gif -------------------------------------------------------------------------------- /doc/doxygen/create_libdxf_dox.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | doxygen libDXF.dox 3 | echo 'Finished creating Doxygen API-documentation for libDXF...' 4 | 5 | -------------------------------------------------------------------------------- /doc/doxygen/drakon/README.md: -------------------------------------------------------------------------------- 1 | # Drakon images 2 | 3 | More information about Drakon (flow diagrams) can be found [here](https://en.wikipedia.org/wiki/DRAKON). 4 | 5 | An on-line Drakon flow diagram editor can be found [here](https://drakonhub.com/). 6 | -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_create_from_points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_create_from_points.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_free.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_free_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_free_list.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_flag.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_last.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_p1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_p2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_p3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_x1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_x2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_x3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_y1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_y2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_y2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_y3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_y3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_z1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_z1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_z2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_z2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_get_z3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_get_z3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_init.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_is_first_edge_invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_is_first_edge_invisible.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_is_fourth_edge_invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_is_fourth_edge_invisible.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_is_second_edge_invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_is_second_edge_invisible.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_is_third_edge_invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_is_third_edge_invisible.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_new.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_read.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_flag.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_p1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_p2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_p3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_x1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_x2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_x3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_y1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_y2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_y2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_y3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_y3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_z1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_z1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_z2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_z2.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_set_z3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_set_z3.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dface_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dface_write.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_free.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_free_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_free_list.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_extr_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_extr_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_extr_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_extr_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_extr_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_extr_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_extrusion_vector_as_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_extrusion_vector_as_point.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_last.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_length.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_length.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_mid_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_mid_point.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_p1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_x1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_y1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_get_z1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_get_z1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_init.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_new.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_read.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_extr_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_extr_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_extr_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_extr_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_extr_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_extr_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_extrusion_vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_extrusion_vector.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_extrusion_vector_from_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_extrusion_vector_from_point.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_p1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_x1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_y1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_set_z1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_set_z1.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dline_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dline_write.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_free.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_free_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_free_list.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_get_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_get_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_init.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_new.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_3dsolid_set_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_3dsolid_set_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_free.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_free_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_free_list.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_end_angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_end_angle.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_extr_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_extr_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_extr_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_extr_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_extr_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_extr_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_extrusion_vector_as_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_extrusion_vector_as_point.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_last.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_length.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_length.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_radius.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_start_angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_start_angle.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_get_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_get_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_init.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_new.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_read.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_end_angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_end_angle.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_extr_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_extr_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_extr_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_extr_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_extr_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_extr_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_extrusion_vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_extrusion_vector.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_extrusion_vector_from_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_extrusion_vector_from_point.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_radius.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_start_angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_start_angle.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_set_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_set_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_arc_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_arc_write.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_free.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_free_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_free_list.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_area.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_binary_graphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_binary_graphics.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_circumference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_circumference.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_extr_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_extr_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_extr_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_extr_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_extr_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_extr_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_extrusion_vector_as_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_extrusion_vector_as_point.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_last.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_radius.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_get_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_get_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_init.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_new.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_read.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_binary_graphics_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_binary_graphics_data.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_color.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_color_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_color_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_color_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_color_value.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_dictionary_owner_hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_dictionary_owner_hard.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_dictionary_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_dictionary_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_elevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_elevation.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_extr_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_extr_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_extr_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_extr_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_extr_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_extr_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_extrusion_vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_extrusion_vector.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_extrusion_vector_from_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_extrusion_vector_from_point.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_graphics_data_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_graphics_data_size.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_id_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_id_code.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_layer.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_linetype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_linetype.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_linetype_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_linetype_scale.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_lineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_lineweight.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_material.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_next.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_object_owner_soft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_object_owner_soft.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_p0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_paperspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_paperspace.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_plot_style_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_plot_style_name.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_radius.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_shadow_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_shadow_mode.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_thickness.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_transparency.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_visibility.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_x0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_x0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_y0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_set_z0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_set_z0.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_test_point_in_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_test_point_in_circle.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_circle_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_circle_write.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_line_free_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_line_free_list.png -------------------------------------------------------------------------------- /doc/doxygen/drakon/dxf_line_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/drakon/dxf_line_new.png -------------------------------------------------------------------------------- /doc/doxygen/dxf_hatch_boundary_path_polyline_area1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/dxf_hatch_boundary_path_polyline_area1.png -------------------------------------------------------------------------------- /doc/doxygen/dxf_hatch_boundary_path_polyline_area2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/dxf_hatch_boundary_path_polyline_area2.png -------------------------------------------------------------------------------- /doc/doxygen/dxf_hatch_boundary_path_polyline_clockwise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/dxf_hatch_boundary_path_polyline_clockwise.png -------------------------------------------------------------------------------- /doc/doxygen/dxf_spline_first_tangent_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/dxf_spline_first_tangent_point.png -------------------------------------------------------------------------------- /doc/doxygen/dxf_spline_last_tangent_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/dxf_spline_last_tangent_point.png -------------------------------------------------------------------------------- /doc/doxygen/dxf_spline_tolerance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/dxf_spline_tolerance.png -------------------------------------------------------------------------------- /doc/doxygen/image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | IMAGE entity 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 |

16 | Raster image files such as JPEG, TIFF and other supported formats, cannot be stored inside an AutoCAD drawing.
17 | The current mechanism for associating raster image files with drawings works similarly to the way external references (xrefs) are associated to drawings.
18 | The raster image can only be referenced in the drawing.
19 | The actual data containing information on how to represent the raster image remains in the raster image file itself.
20 | Therefore, the raster image file must accompany the drawing file when transported, or the raster data will not be represented when the drawing is opened.
21 |

22 | 23 | 24 | -------------------------------------------------------------------------------- /doc/doxygen/libDXF-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/libDXF-64.png -------------------------------------------------------------------------------- /doc/doxygen/libDXF-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/libDXF-96.png -------------------------------------------------------------------------------- /doc/doxygen/libDXF-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/libDXF-logo.jpg -------------------------------------------------------------------------------- /doc/doxygen/libdxf-main.txt: -------------------------------------------------------------------------------- 1 | /*! 2 | \mainpage libDXF - a library with DXF related functions. 3 | The Drawing eXchange Format (DXF) is a defacto industry standard for the 4 | exchange of drawing files between various Computer Aided Drafting 5 | programs.
6 |

7 | DXF is an industry standard designed by Autodesk(TM).
8 |

9 | For more details about DXF see 10 | 11 | www.autodesk.com.
12 |

13 | Currently this project has a “Work in progress” status.
14 |

15 | The code base is still incomplete and is not debugged to an acceptable 16 | level.
17 |

18 | You are always welcome to help with patches or bug reports :-)
19 |

20 | For more information see the libDXF repository on 21 | Github or the project 22 | page on Launchpad.
23 |

24 | For statistics see BlackDuck | Open HUB.
25 | */ 26 | -------------------------------------------------------------------------------- /doc/doxygen/line_facet1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/line_facet1.gif -------------------------------------------------------------------------------- /doc/doxygen/line_facet1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/line_facet1.png -------------------------------------------------------------------------------- /doc/doxygen/line_facet2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/line_facet2.png -------------------------------------------------------------------------------- /doc/doxygen/line_line_closest_line_3D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/line_line_closest_line_3D.png -------------------------------------------------------------------------------- /doc/doxygen/line_line_intersection_2D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/line_line_intersection_2D.png -------------------------------------------------------------------------------- /doc/doxygen/line_sphere1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/doxygen/line_sphere1.png -------------------------------------------------------------------------------- /doc/dxf-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/dxf-96.png -------------------------------------------------------------------------------- /doc/header/3DDWFPREC.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $3DDWFPREC values 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 | Modify the precision of exported 3D DWF files.
16 | For higher values the exportation in a 3D DWF files is more precise (larger in file size).
17 |
18 | Table: $3DDWFPREC values.
19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
3DDWFPREC
value
Derivation
11
2.5
3.2
4.1
5.01
6.001
52 | 53 | 54 | -------------------------------------------------------------------------------- /doc/header/DGNFRAME.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $DGNFRAME values 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 | Determines whether DGN underlay frames are visible or printed.
16 |
17 | Table: $DGNFRAME values.
18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |
DGNFRAME
value
Description
0DGN frames do not display or print
1DGN frames display and print
2DGN frames display but do not print
39 | 40 | 41 | -------------------------------------------------------------------------------- /doc/header/DIMALTTZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $DIMALTTZ values 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 | Turns on or off the suppression of zeros in limits or tolerances included as part of alternate dimensions. It is used to suppress leading and trailing zeros in dimensions expressed in decimal or in feet and inches.
16 |
17 | Table: $DIMALTTZ values.
18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 |
DIMALTTZ
value
Description
0Suppresses zero feet and zero inches.
1Includes zero feet and zero inches.
2Suppresses zero inches and includes zero feet.
3Suppresses zero feet and includes zero inches
+4Suppresses leading zeros.
+8Suppresses trailing zeros.
+12Suppresses both leading and trailing zeros.
56 | 57 | 58 | -------------------------------------------------------------------------------- /doc/header/DIMALTU.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $DIMALTU values 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 | Specifies the text format for alternate units of all dimensions, except angular.
16 |
17 | Table: $DIMALTU values.
18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 |
DIMALTU
value
Text format
1Scientific
2Decimal
3Engineering
4Architectural (stacked)
5Fractional (stacked)
6Architectural
7Fractional
8Windows Desktop
59 | 60 | 61 | -------------------------------------------------------------------------------- /doc/header/DIMALTZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $DIMALTZ values 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 | Turns on or off the suppression of zeros for alternate unit dimensions. It is used to suppress leading and trailing zeros in dimensions expressed in decimal or in feet and inches.
16 |
17 | Table: $DIMALTZ values.
18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 |
DIMALTZ
value
Description
0Suppresses zero feet and zero inches.
1Includes zero feet and zero inches.
2Suppresses zero inches and includes zero feet.
3Suppresses zero feet and includes zero inches
+4Suppresses leading zeros.
+8Suppresses trailing zeros.
+12Suppresses both leading and trailing zeros.
56 | 57 | 58 | -------------------------------------------------------------------------------- /doc/header/DWFFRAME.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $DWFFRAME values 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 | Determines whether DWF or DWFx underlay frames are visible or printed.
16 |
17 | Table: $DWFFRAME values.
18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |
DWFFRAME
value
Description
0DWF frames do not display or print
1DWF frames display and print
2DWF frames display but do not print
39 | 40 | 41 | -------------------------------------------------------------------------------- /doc/header/LASTSAVEDBY.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $LASTSAVEDBY 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 | $LASTSAVEDBY indicates the name of the user who have saved the file for last time.
16 | The user can be detect with the command "whoami" used on more Operating Systems, but for insert it in a C program is better to use:
17 |

18 | /* whoami raplace program
19 | Author: Copyright (C) 2014 by Paolo Caroni
20 | License: GPLv2 or any later versions*/
21 | 
22 | #include <stdio.h>
23 | 
24 | int main(void)
25 | {
26 |    printf("%s\n", getenv("USER"));
27 | 
28 | 
29 |    return 0;
30 | }
31 | 
32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /doc/header/PDMode0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode0.gif -------------------------------------------------------------------------------- /doc/header/PDMode1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode1.gif -------------------------------------------------------------------------------- /doc/header/PDMode100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode100.gif -------------------------------------------------------------------------------- /doc/header/PDMode2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode2.gif -------------------------------------------------------------------------------- /doc/header/PDMode3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode3.gif -------------------------------------------------------------------------------- /doc/header/PDMode32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode32.gif -------------------------------------------------------------------------------- /doc/header/PDMode33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode33.gif -------------------------------------------------------------------------------- /doc/header/PDMode34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode34.gif -------------------------------------------------------------------------------- /doc/header/PDMode35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode35.gif -------------------------------------------------------------------------------- /doc/header/PDMode36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode36.gif -------------------------------------------------------------------------------- /doc/header/PDMode4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode4.gif -------------------------------------------------------------------------------- /doc/header/PDMode64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode64.gif -------------------------------------------------------------------------------- /doc/header/PDMode65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode65.gif -------------------------------------------------------------------------------- /doc/header/PDMode66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode66.gif -------------------------------------------------------------------------------- /doc/header/PDMode67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode67.gif -------------------------------------------------------------------------------- /doc/header/PDMode68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode68.gif -------------------------------------------------------------------------------- /doc/header/PDMode96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode96.gif -------------------------------------------------------------------------------- /doc/header/PDMode97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode97.gif -------------------------------------------------------------------------------- /doc/header/PDMode98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode98.gif -------------------------------------------------------------------------------- /doc/header/PDMode99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/header/PDMode99.gif -------------------------------------------------------------------------------- /doc/header/time.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | date and time in header 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 |

16 | The variables of the date and time is in the HEADER section.
17 |
18 | $TDCREATE, $TDUCREATE, $TDUPDATE, and $TDUUPDATE variables was written in the form:
19 | "Julian date"."Fraction of day"
20 |
21 | $TDCREATE and $TDUPDATE are based on the local date and time, $TDUCREATE and $TDUUPDATE are based on universal date and time(UTC).
22 |
23 | An example C source code for local date and time translation: 24 |


25 | /* Julian date + Fraction of day example,
26 | Author: Copyright (C) 2013 by Paolo Caroni
27 | License: GPLv2 or any later versions*/
28 | 
29 | #include <stdio.h>
30 | #include <time.h>
31 | 
32 | int main(void)
33 | {
34 |    int JD;
35 |    float fraction_day;
36 |    time_t now;
37 |    if (time(&now) != (time_t)(-1))
38 |    {
39 |       struct tm *current_time = localtime(&now);
40 | 
41 |       JD=current_time->tm_mday-32075+1461*(current_time->tm_year+6700+(current_time->tm_mon-13)/12)/4+367*(current_time->tm_mon-1-(current_time->tm_mon-13)/12*12)/12-3*((current_time->tm_year+6800+(current_time->tm_mon-13)/12)/100)/4;
42 |       /* Transforms the current local gregorian date in a julian date.*/
43 | 
44 |       fraction_day=(current_time->tm_hour+(current_time->tm_min/60.0)+(current_time->tm_sec/3600.0))/24.0;
45 |       /* Transforms the current local clock time in fraction of day.*/
46 | 
47 |       printf("local Julian date.Fraction of day\n%7.9f\n", JD+fraction_day);
48 |    }
49 |    return 0;
50 | }
51 | 
52 | 53 |
54 |
55 | $TDINDWG and $TDUSRTIMER variables was written in the form:
56 | "Number of days"."Fraction of day"
57 |

58 | 59 | 60 | -------------------------------------------------------------------------------- /doc/image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | IMAGE entity 4 | 5 | 6 | 7 | 12 | 13 | 14 |

Introduction.

15 |

16 | Raster image files such as JPEG, TIFF and other supported formats, cannot be stored inside an AutoCAD drawing.
17 | The current mechanism for associating raster image files with drawings works similarly to the way external references (xrefs) are associated to drawings.
18 | The raster image can only be referenced in the drawing.
19 | The actual data containing information on how to represent the raster image remains in the raster image file itself.
20 | Therefore, the raster image file must accompany the drawing file when transported, or the raster data will not be represented when the drawing is opened.
21 |

22 | 23 | 24 | -------------------------------------------------------------------------------- /doc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | libDXF 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /doc/libDXF-logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/libDXF-logo.ico -------------------------------------------------------------------------------- /doc/libDXF-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/doc/libDXF-logo.jpg -------------------------------------------------------------------------------- /doc/libDXF-logo3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 14 | 16 | 17 | 19 | image/svg+xml 20 | 22 | 23 | 24 | 25 | 26 | 28 | 30 | libDXF 40 | 44 | 51 | 58 | 66 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /doc/libdxf_blocks.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | BLOCKS 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 |
DXF entityVersion
introduction
Modified inRemarks of modificationReadWrite
BLOCKDXF R10¹DXF R12,
DXF R13,
DXF R14,
DXF R15/2000,
DXF 2002
(R12) Added code 3 and values 4, 8, 16, 32, 64 for code 70
(R13) Added codes 5, 8 and 100
(R14) Added code 102
(2000) Added codes 330 and 4
(2002) Added value 0 for code 70
ENDBLKDXF R10¹DXF R13,
DXF R14,
DXF R15/2000
(R13) Added codes 5, 8 and 100
(R14) Added code 102
(2000) Added group 330
46 |

Notes:

47 |
    48 |
  1. No information before DXF R10
    49 |
50 | 51 | 52 | -------------------------------------------------------------------------------- /doc/libdxf_classes.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | CLASSES 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
Version
introduction
Modified inRemarks of modificationReadWrite
DXF R13DXF R14,
DXF R15/2000,
DXF 2004
(R14) Added code 3 and values 0, 1, 2, 4, 8, 16, 32,64,127,128, 255 and 32768 for code 90
(2002) Added values 256, 512, 895, 1023, removed values 127 and 255 for code 90
(2004) Added code 91 and value 1024 for code 90
35 |

Note:

36 | For more information see Default Class Values 37 | 38 | 39 | -------------------------------------------------------------------------------- /doc/libdxf_info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | libDXF-info 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | I write this documentation because I think, in my honest opinion, that the "official" reference is incomplete, often with errors or without descriptions, in particular the old references often change completely style and the new one presents much errors and deficiencies (for example it is since version u19.1.01 in February 2004 that Autodesk Inc. doesn't change the chapter "Revisions to the DXF Reference", and only in the version u15.0.02 this chapter is complete and correct).
16 | I hope this work can help who wants to understand how to read and write a dxf, however for the moment this may not be a complete reference, only a "diff" reference.
17 | Autodesk has recently released the latest reference of DXF files under Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) 3.0 that is incompatible with FDL.
18 | This is however an improvement regarding freedom of information about the DXF format.
19 |
20 | I can make mistakes, if you see this or you have questions please contact me.
21 |
22 | The author of this documentation is Paolo Caroni (me), but the files class.html, image.html and hatch.html was written by Bert Timmerman (the author of libDXF project), the file libdxf_main.html was written by me but it is only a translation in html from a txt file (written by Bert) with little changes.
23 |
24 | AutoCAD is a trade mark registered by Autodesk Inc., all rights reserved, any reference to this software is random and for explanatory purposes only.
25 |
26 |







27 | This documentation was released under the terms of the GNU FDL 1.3 or any later versions 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /doc/libdxf_list.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | libDXF 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 16 |

17 | DXF entity: 18 |

19 | HEADER 20 |

21 | CLASSES 22 |

23 | TABLES 24 |

25 | BLOCKS 26 |

27 | ENTITIES 28 |

29 | OBJECTS 30 |

31 | THUMBNAILIMAGE 32 |

33 |
34 | DXF format: 35 |

36 | Data type 37 |

38 | Binary DXF 39 |

40 |
41 | Project: 42 |

43 | Main 44 |

45 |
46 | Documentations: 47 |

48 | Info 49 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /doc/libdxf_main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | libDXF-main 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 16 | libDXF is a library (written in C) with DXF related functions. 17 |

18 | The Drawing eXchange Format (DXF) is a defacto industry standard for the exchange of drawing files between various Computer Aided Drafting programs, designed by Autodesk(TM). 19 |

20 | Currently this project has a "Work in progress" status.
21 |

22 | The code base is still incomplete and is not debugged to an acceptable 23 | level.
24 |

25 | You are always welcome to help with patches or bug reports :-)
26 |

27 | For more information see the libDXF repository on 28 | Github or the project 29 | page on Launchpad.
30 |

31 | For statistics see BlackDuck | Open HUB.
32 |
33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /doc/libdxf_thumbnailimage.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | THUMBNAILIMAGE 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Version
introduction
Modified inReadWrite
DXF R15/2000Never
32 | 33 | 34 | -------------------------------------------------------------------------------- /doc/refguides/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = \ 2 | R10 \ 3 | R12 \ 4 | R13 \ 5 | R14 \ 6 | R2014 7 | -------------------------------------------------------------------------------- /doc/refguides/R10/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.html 3 | 4 | -------------------------------------------------------------------------------- /doc/refguides/R10/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = \ 2 | DXF_R10.xml 3 | 4 | .DEFAULT_GOAL : all 5 | 6 | all: xmlto 7 | 8 | xmlto: 9 | xmlto html-nochunks *.xml 10 | 11 | clean: 12 | rm -f *.html *~ 13 | -------------------------------------------------------------------------------- /doc/refguides/R12/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.html 3 | 4 | -------------------------------------------------------------------------------- /doc/refguides/R12/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = \ 2 | DXF_R12.xml 3 | 4 | .DEFAULT_GOAL : all 5 | 6 | all: xmlto 7 | 8 | xmlto: 9 | xmlto html-nochunks *.xml 10 | 11 | clean: 12 | rm -f *.html *~ 13 | -------------------------------------------------------------------------------- /doc/refguides/R13/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.html 3 | 4 | -------------------------------------------------------------------------------- /doc/refguides/R13/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = \ 2 | DXF_R13.xml 3 | 4 | .DEFAULT_GOAL : all 5 | 6 | all: xmlto 7 | 8 | xmlto: 9 | xmlto html-nochunks *.xml 10 | 11 | clean: 12 | rm -f *.html *~ 13 | -------------------------------------------------------------------------------- /doc/refguides/R14/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.html 3 | 4 | -------------------------------------------------------------------------------- /doc/refguides/R14/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = \ 2 | DXF_R14.xml 3 | 4 | .DEFAULT_GOAL : all 5 | 6 | all: xmlto 7 | 8 | xmlto: 9 | xmlto html-nochunks *.xml 10 | 11 | clean: 12 | rm -f *.html *~ 13 | -------------------------------------------------------------------------------- /doc/refguides/R2014/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.html 3 | 4 | -------------------------------------------------------------------------------- /doc/refguides/R2014/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = \ 2 | R2014.xml 3 | 4 | .DEFAULT_GOAL : all 5 | 6 | all: xmlto 7 | 8 | xmlto: 9 | xmlto html-nochunks *.xml 10 | 11 | clean: 12 | rm -f *.html *~ 13 | -------------------------------------------------------------------------------- /po/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/po/ChangeLog -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bert/libdxf/6fb827bacf2e074f8078e9545d5547d09aacfb17/po/LINGUAS -------------------------------------------------------------------------------- /po/Makevars: -------------------------------------------------------------------------------- 1 | # Makefile variables for PO directory in any package using GNU gettext. 2 | 3 | # Usually the message domain is the same as the package name. 4 | DOMAIN = $(PACKAGE) 5 | 6 | # These two variables depend on the location of this directory. 7 | subdir = po 8 | top_builddir = .. 9 | 10 | # These options get passed to xgettext. 11 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ 12 | 13 | # This is the copyright holder that gets inserted into the header of the 14 | # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding 15 | # package. (Note that the msgstr strings, extracted from the package's 16 | # sources, belong to the copyright holder of the package.) Translators are 17 | # expected to transfer the copyright for their translations to this person 18 | # or entity, or to disclaim their copyright. The empty string stands for 19 | # the public domain; in this case the translators are expected to disclaim 20 | # their copyright. 21 | COPYRIGHT_HOLDER = Free Software Foundation, Inc. 22 | 23 | # This is the email address or URL to which the translators shall report 24 | # bugs in the untranslated strings: 25 | # - Strings which are not entire sentences, see the maintainer guidelines 26 | # in the GNU gettext documentation, section 'Preparing Strings'. 27 | # - Strings which use unclear terms or require additional context to be 28 | # understood. 29 | # - Strings which make invalid assumptions about notation of date, time or 30 | # money. 31 | # - Pluralisation problems. 32 | # - Incorrect English spelling. 33 | # - Incorrect formatting. 34 | # It can be your email address, or a mailing list address where translators 35 | # can write to without being subscribed, or the URL of a web page through 36 | # which the translators can contact you. 37 | MSGID_BUGS_ADDRESS = 38 | 39 | # This is the list of locale categories, beyond LC_MESSAGES, for which the 40 | # message catalogs shall be used. It is usually empty. 41 | EXTRA_LOCALE_CATEGORIES = 42 | -------------------------------------------------------------------------------- /po/POTFILES.skip: -------------------------------------------------------------------------------- 1 | intl/plural.c 2 | -------------------------------------------------------------------------------- /po/Rules-quot: -------------------------------------------------------------------------------- 1 | # Special Makefile rules for English message catalogs with quotation marks. 2 | 3 | DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot 4 | 5 | .SUFFIXES: .insert-header .po-update-en 6 | 7 | en@quot.po-create: 8 | $(MAKE) en@quot.po-update 9 | en@boldquot.po-create: 10 | $(MAKE) en@boldquot.po-update 11 | 12 | en@quot.po-update: en@quot.po-update-en 13 | en@boldquot.po-update: en@boldquot.po-update-en 14 | 15 | .insert-header.po-update-en: 16 | @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ 17 | if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ 18 | tmpdir=`pwd`; \ 19 | echo "$$lang:"; \ 20 | ll=`echo $$lang | sed -e 's/@.*//'`; \ 21 | LC_ALL=C; export LC_ALL; \ 22 | cd $(srcdir); \ 23 | if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ 24 | if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 25 | rm -f $$tmpdir/$$lang.new.po; \ 26 | else \ 27 | if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ 28 | :; \ 29 | else \ 30 | echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 31 | exit 1; \ 32 | fi; \ 33 | fi; \ 34 | else \ 35 | echo "creation of $$lang.po failed!" 1>&2; \ 36 | rm -f $$tmpdir/$$lang.new.po; \ 37 | fi 38 | 39 | en@quot.insert-header: insert-header.sin 40 | sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 41 | 42 | en@boldquot.insert-header: insert-header.sin 43 | sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header 44 | 45 | mostlyclean: mostlyclean-quot 46 | mostlyclean-quot: 47 | rm -f *.insert-header 48 | -------------------------------------------------------------------------------- /po/boldquot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | s/“/“/g 8 | s/”/”/g 9 | s/‘/‘/g 10 | s/’/’/g 11 | -------------------------------------------------------------------------------- /po/en@boldquot.header: -------------------------------------------------------------------------------- 1 | # All this catalog "translates" are quotation characters. 2 | # The msgids must be ASCII and therefore cannot contain real quotation 3 | # characters, only substitutes like grave accent (0x60), apostrophe (0x27) 4 | # and double quote (0x22). These substitutes look strange; see 5 | # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html 6 | # 7 | # This catalog translates grave accent (0x60) and apostrophe (0x27) to 8 | # left single quotation mark (U+2018) and right single quotation mark (U+2019). 9 | # It also translates pairs of apostrophe (0x27) to 10 | # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 | # and pairs of quotation mark (0x22) to 12 | # left double quotation mark (U+201C) and right double quotation mark (U+201D). 13 | # 14 | # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 | # When output to an ISO-8859-1 terminal, the single quotation marks are 16 | # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to 17 | # grave/acute accent (by libiconv), and the double quotation marks are 18 | # transliterated to 0x22. 19 | # When output to an ASCII terminal, the single quotation marks are 20 | # transliterated to apostrophes, and the double quotation marks are 21 | # transliterated to 0x22. 22 | # 23 | # This catalog furthermore displays the text between the quotation marks in 24 | # bold face, assuming the VT100/XTerm escape sequences. 25 | # 26 | -------------------------------------------------------------------------------- /po/en@quot.header: -------------------------------------------------------------------------------- 1 | # All this catalog "translates" are quotation characters. 2 | # The msgids must be ASCII and therefore cannot contain real quotation 3 | # characters, only substitutes like grave accent (0x60), apostrophe (0x27) 4 | # and double quote (0x22). These substitutes look strange; see 5 | # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html 6 | # 7 | # This catalog translates grave accent (0x60) and apostrophe (0x27) to 8 | # left single quotation mark (U+2018) and right single quotation mark (U+2019). 9 | # It also translates pairs of apostrophe (0x27) to 10 | # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 | # and pairs of quotation mark (0x22) to 12 | # left double quotation mark (U+201C) and right double quotation mark (U+201D). 13 | # 14 | # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 | # When output to an ISO-8859-1 terminal, the single quotation marks are 16 | # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to 17 | # grave/acute accent (by libiconv), and the double quotation marks are 18 | # transliterated to 0x22. 19 | # When output to an ASCII terminal, the single quotation marks are 20 | # transliterated to apostrophes, and the double quotation marks are 21 | # transliterated to 0x22. 22 | # 23 | -------------------------------------------------------------------------------- /po/insert-header.sin: -------------------------------------------------------------------------------- 1 | # Sed script that inserts the file called HEADER before the header entry. 2 | # 3 | # At each occurrence of a line starting with "msgid ", we execute the following 4 | # commands. At the first occurrence, insert the file. At the following 5 | # occurrences, do nothing. The distinction between the first and the following 6 | # occurrences is achieved by looking at the hold space. 7 | /^msgid /{ 8 | x 9 | # Test if the hold space is empty. 10 | s/m/m/ 11 | ta 12 | # Yes it was empty. First occurrence. Read the file. 13 | r HEADER 14 | # Output the file's contents by reading the next line. But don't lose the 15 | # current line while doing this. 16 | g 17 | N 18 | bb 19 | :a 20 | # The hold space was nonempty. Following occurrences. Do nothing. 21 | x 22 | :b 23 | } 24 | -------------------------------------------------------------------------------- /po/quot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | -------------------------------------------------------------------------------- /po/remove-potcdate.sin: -------------------------------------------------------------------------------- 1 | # Sed script that remove the POT-Creation-Date line in the header entry 2 | # from a POT file. 3 | # 4 | # The distinction between the first and the following occurrences of the 5 | # pattern is achieved by looking at the hold space. 6 | /^"POT-Creation-Date: .*"$/{ 7 | x 8 | # Test if the hold space is empty. 9 | s/P/P/ 10 | ta 11 | # Yes it was empty. First occurrence. Remove the line. 12 | g 13 | d 14 | bb 15 | :a 16 | # The hold space was nonempty. Following occurrences. Do nothing. 17 | x 18 | :b 19 | } 20 | -------------------------------------------------------------------------------- /scripts/build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./autogen.sh 3 | ./configure --disable-doc 4 | make 5 | make -C po update-po 6 | make -C po libdxf.pot 7 | make dist 8 | -------------------------------------------------------------------------------- /src/endsec.c: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file endsec.c 3 | * 4 | * \author Copyright (C) 2015, 2018 5 | * by Bert Timmerman . 6 | * 7 | * \brief Functions for a DXF end of section marker (\c ENDSEC). 8 | * 9 | * \version According to DXF R10. 10 | * \version According to DXF R11. 11 | * \version According to DXF R12. 12 | * \version According to DXF R13. 13 | * \version According to DXF R14. 14 | * 15 | *


16 | *

Copyright Notices.

\n 17 | * This program is free software; you can redistribute it and/or modify 18 | * it under the terms of the GNU General Public License as published by the 19 | * Free Software Foundation; either version 2 of the License, 20 | * or (at your option) any later version.\n\n 21 | * This program is distributed in the hope that it will be useful, but 22 | * WITHOUT ANY WARRANTY; without even the implied warranty of 23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 24 | * See the GNU General Public License for more details.\n\n 25 | * You should have received a copy of the GNU General Public License along 26 | * with this program; if not, write to:\n 27 | * Free Software Foundation, Inc.,\n 28 | * 59 Temple Place,\n 29 | * Suite 330,\n 30 | * Boston,\n 31 | * MA 02111 USA.\n 32 | * \n 33 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 34 | * exchange of drawing files between various Computer Aided Drafting 35 | * programs.\n 36 | * DXF is an industry standard designed by Autodesk(TM).\n 37 | * For more details see http://www.autodesk.com. 38 | *
39 | */ 40 | 41 | 42 | #include "endsec.h" 43 | 44 | 45 | /*! 46 | * \brief Write DXF output to a file for an end of section marker 47 | * (\c ENDSEC). 48 | * 49 | * \return \c EXIT_SUCCESS when done, or \c EXIT_FAILURE when an error 50 | * occurred. 51 | */ 52 | int 53 | dxf_endsec_write 54 | ( 55 | DxfFile *fp 56 | /*!< DXF file pointer to an output file (or device). */ 57 | ) 58 | { 59 | #if DEBUG 60 | DXF_DEBUG_BEGIN 61 | #endif 62 | /* Do some basic checks. */ 63 | if (fp == NULL) 64 | { 65 | fprintf (stderr, 66 | (_("Error in %s () a NULL pointer was passed.\n")), 67 | __FUNCTION__); 68 | return (EXIT_FAILURE); 69 | } 70 | /* Start writing output. */ 71 | fprintf (fp->fp, " 0\nENDSEC\n"); 72 | #if DEBUG 73 | DXF_DEBUG_END 74 | #endif 75 | return (EXIT_SUCCESS); 76 | } 77 | 78 | 79 | /* EOF */ 80 | -------------------------------------------------------------------------------- /src/endsec.h: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file endsec.h 3 | * 4 | * \author Copyright (C) 2015, 2016, 2018 5 | * by Bert Timmerman . 6 | * 7 | * \brief Header file for a DXF end of section marker (\c ENDSEC). 8 | * 9 | * \version According to DXF R10. 10 | * \version According to DXF R11. 11 | * \version According to DXF R12. 12 | * \version According to DXF R13. 13 | * \version According to DXF R14. 14 | * 15 | *
16 | *

Copyright Notices.

\n 17 | * This program is free software; you can redistribute it and/or modify 18 | * it under the terms of the GNU General Public License as published by the 19 | * Free Software Foundation; either version 2 of the License, 20 | * or (at your option) any later version.\n\n 21 | * This program is distributed in the hope that it will be useful, but 22 | * WITHOUT ANY WARRANTY; without even the implied warranty of 23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 24 | * See the GNU General Public License for more details.\n\n 25 | * You should have received a copy of the GNU General Public License along 26 | * with this program; if not, write to:\n 27 | * Free Software Foundation, Inc.,\n 28 | * 59 Temple Place,\n 29 | * Suite 330,\n 30 | * Boston,\n 31 | * MA 02111 USA.\n 32 | * \n 33 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 34 | * exchange of drawing files between various Computer Aided Drafting 35 | * programs.\n 36 | * DXF is an industry standard designed by Autodesk(TM).\n 37 | * For more details see http://www.autodesk.com. 38 | *
39 | */ 40 | 41 | #ifndef LIBDXF_SRC_ENDSEC_H 42 | #define LIBDXF_SRC_ENDSEC_H 43 | 44 | 45 | #include "global.h" 46 | 47 | 48 | #ifdef __cplusplus 49 | extern "C" { 50 | #endif 51 | 52 | 53 | int dxf_endsec_write (DxfFile *fp); 54 | 55 | 56 | #ifdef __cplusplus 57 | } 58 | #endif 59 | 60 | 61 | #endif /* LIBDXF_SRC_ENDSEC_H */ 62 | 63 | 64 | /* EOF */ 65 | -------------------------------------------------------------------------------- /src/endtab.c: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file endtab.c 3 | * 4 | * \author Copyright (C) 2008, 2012, 2014, 2015, 2018 5 | * by Bert Timmerman . 6 | * 7 | * \author Copyright (C) 2010 by Luis Matos . 8 | * 9 | * \brief Functions for a DXF end of table marker (\c ENDTAB). 10 | * 11 | * \version According to DXF R10. 12 | * \version According to DXF R11. 13 | * \version According to DXF R12. 14 | * \version According to DXF R13. 15 | * \version According to DXF R14. 16 | * 17 | *
18 | *

Copyright Notices.

\n 19 | * This program is free software; you can redistribute it and/or modify 20 | * it under the terms of the GNU General Public License as published by the 21 | * Free Software Foundation; either version 2 of the License, 22 | * or (at your option) any later version.\n\n 23 | * This program is distributed in the hope that it will be useful, but 24 | * WITHOUT ANY WARRANTY; without even the implied warranty of 25 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 26 | * See the GNU General Public License for more details.\n\n 27 | * You should have received a copy of the GNU General Public License along 28 | * with this program; if not, write to:\n 29 | * Free Software Foundation, Inc.,\n 30 | * 59 Temple Place,\n 31 | * Suite 330,\n 32 | * Boston,\n 33 | * MA 02111 USA.\n 34 | * \n 35 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 36 | * exchange of drawing files between various Computer Aided Drafting 37 | * programs.\n 38 | * DXF is an industry standard designed by Autodesk(TM).\n 39 | * For more details see http://www.autodesk.com. 40 | *
41 | */ 42 | 43 | 44 | #include "endtab.h" 45 | 46 | 47 | /*! 48 | * \brief Write DXF output to a file for an end of table marker 49 | * (\c ENDTAB). 50 | * 51 | * \return \c EXIT_SUCCESS when done, or \c EXIT_FAILURE when an error 52 | * occurred. 53 | */ 54 | int 55 | dxf_endtab_write 56 | ( 57 | DxfFile *fp 58 | /*!< DXF file pointer to an output file (or device). */ 59 | ) 60 | { 61 | #if DEBUG 62 | DXF_DEBUG_BEGIN 63 | #endif 64 | /* Do some basic checks. */ 65 | if (fp == NULL) 66 | { 67 | fprintf (stderr, 68 | (_("Error in %s () a NULL file pointer was passed.\n")), 69 | __FUNCTION__); 70 | return (EXIT_FAILURE); 71 | } 72 | /* Start writing output. */ 73 | fprintf (fp->fp, " 0\nENDTAB\n"); 74 | #if DEBUG 75 | DXF_DEBUG_END 76 | #endif 77 | return (EXIT_SUCCESS); 78 | } 79 | 80 | 81 | /* EOF */ 82 | -------------------------------------------------------------------------------- /src/endtab.h: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file endtab.h 3 | * 4 | * \author Copyright (C) 2014, 2016, 2018 5 | * by Bert Timmerman . 6 | * 7 | * \brief Header file for a DXF end of table marker (\c ENDTAB). 8 | * 9 | * \version According to DXF R10. 10 | * \version According to DXF R11. 11 | * \version According to DXF R12. 12 | * \version According to DXF R13. 13 | * \version According to DXF R14. 14 | * 15 | *
16 | *

Copyright Notices.

\n 17 | * This program is free software; you can redistribute it and/or modify 18 | * it under the terms of the GNU General Public License as published by the 19 | * Free Software Foundation; either version 2 of the License, 20 | * or (at your option) any later version.\n\n 21 | * This program is distributed in the hope that it will be useful, but 22 | * WITHOUT ANY WARRANTY; without even the implied warranty of 23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 24 | * See the GNU General Public License for more details.\n\n 25 | * You should have received a copy of the GNU General Public License along 26 | * with this program; if not, write to:\n 27 | * Free Software Foundation, Inc.,\n 28 | * 59 Temple Place,\n 29 | * Suite 330,\n 30 | * Boston,\n 31 | * MA 02111 USA.\n 32 | * \n 33 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 34 | * exchange of drawing files between various Computer Aided Drafting 35 | * programs.\n 36 | * DXF is an industry standard designed by Autodesk(TM).\n 37 | * For more details see http://www.autodesk.com. 38 | *
39 | */ 40 | 41 | #ifndef LIBDXF_SRC_ENDTAB_H 42 | #define LIBDXF_SRC_ENDTAB_H 43 | 44 | 45 | #include "global.h" 46 | 47 | 48 | #ifdef __cplusplus 49 | extern "C" { 50 | #endif 51 | 52 | 53 | int dxf_endtab_write (DxfFile *fp); 54 | 55 | 56 | #ifdef __cplusplus 57 | } 58 | #endif 59 | 60 | 61 | #endif /* LIBDXF_SRC_ENDTAB_H */ 62 | 63 | 64 | /* EOF */ 65 | -------------------------------------------------------------------------------- /src/entity.c: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file entity.c 3 | * 4 | * \author Copyright (C) 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2018, 5 | * 2019, 2021 by Bert Timmerman . 6 | * 7 | * \author Copyright (C) 2010 by Luis Matos . 8 | * 9 | * \brief Functions for DXF entities. 10 | * 11 | *
12 | *

Copyright Notices.

\n 13 | * This program is free software; you can redistribute it and/or modify 14 | * it under the terms of the GNU General Public License as published by the 15 | * Free Software Foundation; either version 2 of the License, 16 | * or (at your option) any later version.\n\n 17 | * This program is distributed in the hope that it will be useful, but 18 | * WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 20 | * See the GNU General Public License for more details.\n\n 21 | * You should have received a copy of the GNU General Public License along 22 | * with this program; if not, write to:\n 23 | * Free Software Foundation, Inc.,\n 24 | * 59 Temple Place,\n 25 | * Suite 330,\n 26 | * Boston,\n 27 | * MA 02111 USA.\n 28 | * \n 29 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 30 | * exchange of drawing files between various Computer Aided Drafting 31 | * programs.\n 32 | * DXF is an industry standard designed by Autodesk(TM).\n 33 | * For more details see http://www.autodesk.com.\n\n 34 | *
35 | */ 36 | 37 | 38 | #include "global.h" 39 | 40 | 41 | /*! 42 | * \brief Prints a warning on skipping output for an entity to a file 43 | * (or device). 44 | */ 45 | int 46 | dxf_entity_skip 47 | ( 48 | char *dxf_entity_name 49 | /*!< Type of the entity skipped from output. */ 50 | ) 51 | { 52 | #if DEBUG 53 | DXF_DEBUG_BEGIN 54 | #endif 55 | if ((dxf_entity_name == NULL) || (strcmp (dxf_entity_name, "") == 0 )) 56 | { 57 | return (EXIT_FAILURE); 58 | } 59 | 60 | fprintf (stderr, (_("skipping %s entity.\n")), dxf_entity_name); 61 | #if DEBUG 62 | DXF_DEBUG_END 63 | #endif 64 | return (EXIT_SUCCESS); 65 | } 66 | 67 | 68 | /* EOF */ 69 | -------------------------------------------------------------------------------- /src/file.h: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file file.h 3 | * 4 | * \author Copyright (C) 2010, 2012, 2014, 2016, 2018 5 | * by Bert Timmerman .\n 6 | * 7 | * \author Copyright (C) 2010 by Luis Matos . 8 | * 9 | * \brief Header for the handling of DXF files. 10 | * 11 | *
12 | *

Copyright Notices.

\n 13 | * This program is free software; you can redistribute it and/or modify 14 | * it under the terms of the GNU General Public License as published by the 15 | * Free Software Foundation; either version 2 of the License, 16 | * or (at your option) any later version.\n\n 17 | * This program is distributed in the hope that it will be useful, but 18 | * WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 20 | * See the GNU General Public License for more details.\n\n 21 | * You should have received a copy of the GNU General Public License along 22 | * with this program; if not, write to:\n 23 | * Free Software Foundation, Inc.,\n 24 | * 59 Temple Place,\n 25 | * Suite 330,\n 26 | * Boston,\n 27 | * MA 02111 USA.\n 28 | * \n 29 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 30 | * exchange of drawing files between various Computer Aided Drafting 31 | * programs.\n 32 | * DXF is an industry standard designed by Autodesk(TM).\n 33 | * For more details see http://www.autodesk.com. 34 | *
35 | */ 36 | 37 | 38 | #ifndef LIBDXF_SRC_FILE_H 39 | #define LIBDXF_SRC_FILE_H 40 | 41 | 42 | #include 43 | #include "block.h" 44 | #include "global.h" 45 | #include "class.h" 46 | #include "entities.h" 47 | #include "header.h" 48 | #include "object.h" 49 | #include "section.h" 50 | #include "table.h" 51 | #include "thumbnail.h" 52 | #include "util.h" 53 | 54 | 55 | #ifdef __cplusplus 56 | extern "C" { 57 | #endif 58 | 59 | 60 | int dxf_file_read (char *filename); 61 | int dxf_file_write (DxfFile *fp, DxfHeader dxf_header, DxfClass dxf_classes_list, DxfTable dxf_tables_list); 62 | int dxf_file_write_eof (DxfFile *fp); 63 | 64 | 65 | #ifdef __cplusplus 66 | } 67 | #endif 68 | 69 | 70 | #endif /* LIBDXF_SRC_FILE_H */ 71 | 72 | 73 | /* EOF */ 74 | -------------------------------------------------------------------------------- /src/libdxf.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@ 5 | 6 | Name: libdxf 7 | Description: library written in C with DXF related functions 8 | Version: @VERSION@ 9 | Libs: -L${libdir} -llibdxf 10 | Cflags: -I${includedir} 11 | -------------------------------------------------------------------------------- /src/param.h: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file param.h 3 | * 4 | * \author Copyright (C) 2008, 2012, 2014, 2016, 2017 5 | * by Bert Timmerman . 6 | * 7 | * \brief Definition of a DXF parameter entity. 8 | * 9 | *
10 | *

Copyright Notices.

\n 11 | * This program is free software; you can redistribute it and/or modify 12 | * it under the terms of the GNU General Public License as published by the 13 | * Free Software Foundation; either version 2 of the License, 14 | * or (at your option) any later version.\n\n 15 | * This program is distributed in the hope that it will be useful, but 16 | * WITHOUT ANY WARRANTY; without even the implied warranty of 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 18 | * See the GNU General Public License for more details.\n\n 19 | * You should have received a copy of the GNU General Public License along 20 | * with this program; if not, write to:\n 21 | * Free Software Foundation, Inc.,\n 22 | * 59 Temple Place,\n 23 | * Suite 330,\n 24 | * Boston,\n 25 | * MA 02111 USA.\n 26 | * \n 27 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 28 | * exchange of drawing files between various Computer Aided Drafting 29 | * programs.\n 30 | * DXF is an industry standard designed by Autodesk(TM).\n 31 | * For more details see http://www.autodesk.com . 32 | *
33 | */ 34 | 35 | 36 | #ifndef LIBDXF_SRC_PARAM_H 37 | #define LIBDXF_SRC_PARAM_H 38 | 39 | 40 | #include "global.h" 41 | 42 | 43 | #ifdef __cplusplus 44 | extern "C" { 45 | #endif 46 | 47 | 48 | /*! 49 | * \brief DXF parameter definition. 50 | */ 51 | typedef union 52 | dxf_param 53 | { 54 | int group_code; 55 | /*!< parameter group code. */ 56 | int I; 57 | /*!< integer value. */ 58 | double D; 59 | /*!< double value. */ 60 | char S[DXF_MAX_STRING_LENGTH]; 61 | /*!< string value. */ 62 | } DxfParam; 63 | 64 | 65 | #ifdef __cplusplus 66 | } 67 | #endif 68 | 69 | 70 | #endif /* LIBDXF_SRC_PARAM_H */ 71 | 72 | 73 | /* EOF */ 74 | -------------------------------------------------------------------------------- /src/section.h: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file section.h 3 | * 4 | * \author Copyright (C) 2010, 2011, 2012, 2014, 2015, 2016, 2017 5 | * by Bert Timmerman . 6 | * 7 | * \author Copyright (C) 2010 by Luis Matos . 8 | * 9 | * \brief Header file for a DXF section entity (\c SECTION). 10 | * 11 | *
12 | *

Copyright Notices.

\n 13 | * This program is free software; you can redistribute it and/or modify 14 | * it under the terms of the GNU General Public License as published by the 15 | * Free Software Foundation; either version 2 of the License, 16 | * or (at your option) any later version.\n\n 17 | * This program is distributed in the hope that it will be useful, but 18 | * WITHOUT ANY WARRANTY; without even the implied warranty of 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 20 | * See the GNU General Public License for more details.\n\n 21 | * You should have received a copy of the GNU General Public License along 22 | * with this program; if not, write to:\n 23 | * Free Software Foundation, Inc.,\n 24 | * 59 Temple Place,\n 25 | * Suite 330,\n 26 | * Boston,\n 27 | * MA 02111 USA.\n 28 | * \n 29 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 30 | * exchange of drawing files between various Computer Aided Drafting 31 | * programs.\n 32 | * DXF is an industry standard designed by Autodesk(TM).\n 33 | * For more details see http://www.autodesk.com. 34 | *
35 | */ 36 | 37 | 38 | #ifndef LIBDXF_SRC_SECTION_H 39 | #define LIBDXF_SRC_SECTION_H 40 | 41 | 42 | #include "global.h" 43 | #include "entities.h" 44 | #include "header.h" 45 | #include "util.h" 46 | #include "block.h" 47 | 48 | 49 | #ifdef __cplusplus 50 | extern "C" { 51 | #endif 52 | 53 | 54 | int dxf_section_read (DxfFile *fp); 55 | int dxf_section_write (DxfFile *fp, char *section_name); 56 | 57 | 58 | #ifdef __cplusplus 59 | } 60 | #endif 61 | 62 | 63 | #endif /* LIBDXF_SRC_SECTION_H */ 64 | 65 | 66 | /* EOF */ 67 | -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.bak 3 | *.lo 4 | *.o 5 | tests 6 | -------------------------------------------------------------------------------- /tests/Makefile.am: -------------------------------------------------------------------------------- 1 | 2 | bin_PROGRAMS = \ 3 | tests 4 | 5 | tests_SOURCES = \ 6 | tests.c \ 7 | test_point.c 8 | 9 | tests_LDADD = \ 10 | ../src/libdxf.la 11 | -------------------------------------------------------------------------------- /tests/golden/arc_R12.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ARC 3 | 5 4 | 223 5 | 8 6 | 0 7 | 6 8 | CONTINUOUS 9 | 62 10 | 1 11 | 10 12 | 100.0 13 | 20 14 | 75.0 15 | 30 16 | 0.0 17 | 40 18 | 25.0 19 | 50 20 | 15.0 21 | 51 22 | 165.0 23 | 24 | -------------------------------------------------------------------------------- /tests/golden/arc_R2000.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ARC 3 | 5 4 | 223 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 370 16 | 25 17 | 100 18 | AcDbCircle 19 | 10 20 | 100.0 21 | 20 22 | 75.0 23 | 30 24 | 0.0 25 | 40 26 | 25.0 27 | 100 28 | AcDbArc 29 | 50 30 | 15.0 31 | 51 32 | 165.0 33 | 34 | -------------------------------------------------------------------------------- /tests/golden/arc_R2004.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ARC 3 | 5 4 | 223 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 370 16 | 25 17 | 100 18 | AcDbCircle 19 | 10 20 | 100.0 21 | 20 22 | 75.0 23 | 30 24 | 0.0 25 | 40 26 | 25.0 27 | 100 28 | AcDbArc 29 | 50 30 | 15.0 31 | 51 32 | 165.0 33 | 34 | -------------------------------------------------------------------------------- /tests/golden/arc_R2007.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ARC 3 | 5 4 | 223 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 370 16 | 25 17 | 100 18 | AcDbCircle 19 | 10 20 | 100.0 21 | 20 22 | 75.0 23 | 30 24 | 0.0 25 | 40 26 | 25.0 27 | 100 28 | AcDbArc 29 | 50 30 | 15.0 31 | 51 32 | 165.0 33 | 34 | -------------------------------------------------------------------------------- /tests/golden/arc_R2010.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ARC 3 | 5 4 | 223 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 370 16 | 25 17 | 100 18 | AcDbCircle 19 | 10 20 | 100.0 21 | 20 22 | 75.0 23 | 30 24 | 0.0 25 | 40 26 | 25.0 27 | 100 28 | AcDbArc 29 | 50 30 | 15.0 31 | 51 32 | 165.0 33 | 34 | -------------------------------------------------------------------------------- /tests/golden/circle_R12.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | CIRCLE 3 | 5 4 | 323 5 | 8 6 | 0 7 | 6 8 | CONTINUOUS 9 | 62 10 | 1 11 | 39 12 | 0.25 13 | 10 14 | 100.0 15 | 20 16 | 75.0 17 | 30 18 | 0.0 19 | 40 20 | 25.0 21 | 22 | -------------------------------------------------------------------------------- /tests/golden/circle_R2000.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | CIRCLE 3 | 5 4 | 323 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbCircle 21 | 39 22 | 0.25 23 | 10 24 | 100.0 25 | 20 26 | 75.0 27 | 30 28 | 0.0 29 | 40 30 | 25.0 31 | 32 | -------------------------------------------------------------------------------- /tests/golden/circle_R2004.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | CIRCLE 3 | 5 4 | 323 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbCircle 21 | 39 22 | 0.25 23 | 10 24 | 100.0 25 | 20 26 | 75.0 27 | 30 28 | 0.0 29 | 40 30 | 25.0 31 | 32 | -------------------------------------------------------------------------------- /tests/golden/circle_R2007.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | CIRCLE 3 | 5 4 | 323 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbCircle 21 | 39 22 | 0.25 23 | 10 24 | 100.0 25 | 20 26 | 75.0 27 | 30 28 | 0.0 29 | 40 30 | 25.0 31 | 32 | -------------------------------------------------------------------------------- /tests/golden/circle_R2010.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | CIRCLE 3 | 5 4 | 323 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbCircle 21 | 39 22 | 0.25 23 | 10 24 | 100.0 25 | 20 26 | 75.0 27 | 30 28 | 0.0 29 | 40 30 | 25.0 31 | 32 | -------------------------------------------------------------------------------- /tests/golden/ellipse_R2000.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ELLIPSE 3 | 5 4 | 324 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbEllipse 21 | 10 22 | 35.0 23 | 20 24 | 20.0 25 | 30 26 | 0.0 27 | 11 28 | -15.0 29 | 21 30 | 0.0 31 | 31 32 | 0.0 33 | 210 34 | 0.0 35 | 220 36 | 0.0 37 | 230 38 | 1.0 39 | 40 40 | 0.3333333333333333 41 | 41 42 | 0.0 43 | 42 44 | 6.283185307179586 45 | 46 | -------------------------------------------------------------------------------- /tests/golden/ellipse_R2004.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ELLIPSE 3 | 5 4 | 324 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbEllipse 21 | 10 22 | 35.0 23 | 20 24 | 20.0 25 | 30 26 | 0.0 27 | 11 28 | -15.0 29 | 21 30 | 0.0 31 | 31 32 | 0.0 33 | 210 34 | 0.0 35 | 220 36 | 0.0 37 | 230 38 | 1.0 39 | 40 40 | 0.3333333333333333 41 | 41 42 | 0.0 43 | 42 44 | 6.283185307179586 45 | 46 | -------------------------------------------------------------------------------- /tests/golden/ellipse_R2007.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ELLIPSE 3 | 5 4 | 324 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbEllipse 21 | 10 22 | 35.0 23 | 20 24 | 20.0 25 | 30 26 | 0.0 27 | 11 28 | -15.0 29 | 21 30 | 0.0 31 | 31 32 | 0.0 33 | 210 34 | 0.0 35 | 220 36 | 0.0 37 | 230 38 | 1.0 39 | 40 40 | 0.3333333333333333 41 | 41 42 | 0.0 43 | 42 44 | 6.283185307179586 45 | 46 | -------------------------------------------------------------------------------- /tests/golden/ellipse_R2010.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | ELLIPSE 3 | 5 4 | 324 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbEllipse 21 | 10 22 | 35.0 23 | 20 24 | 20.0 25 | 30 26 | 0.0 27 | 11 28 | -15.0 29 | 21 30 | 0.0 31 | 31 32 | 0.0 33 | 210 34 | 0.0 35 | 220 36 | 0.0 37 | 230 38 | 1.0 39 | 40 40 | 41 | 0.3333333333333333 42 | 41 43 | 0.0 44 | 42 45 | 6.283185307179586 46 | 47 | -------------------------------------------------------------------------------- /tests/golden/line_R12.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LINE 3 | 5 4 | 21C 5 | 8 6 | 0 7 | 6 8 | CONTINUOUS 9 | 62 10 | 1 11 | 39 12 | 0.25 13 | 10 14 | 20.0 15 | 20 16 | 30.0 17 | 30 18 | 0.0 19 | 11 20 | 50.0 21 | 21 22 | 60.0 23 | 31 24 | 0.0 25 | 26 | -------------------------------------------------------------------------------- /tests/golden/line_R2000.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbLine 21 | 39 22 | 0.25 23 | 10 24 | 20.0 25 | 20 26 | 30.0 27 | 30 28 | 0.0 29 | 11 30 | 50.0 31 | 21 32 | 60.0 33 | 31 34 | 0.0 35 | 36 | -------------------------------------------------------------------------------- /tests/golden/line_R2004.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbLine 21 | 39 22 | 0.25 23 | 10 24 | 20.0 25 | 20 26 | 30.0 27 | 30 28 | 0.0 29 | 11 30 | 50.0 31 | 21 32 | 60.0 33 | 31 34 | 0.0 35 | 36 | -------------------------------------------------------------------------------- /tests/golden/line_R2007.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbLine 21 | 39 22 | 0.25 23 | 10 24 | 20.0 25 | 20 26 | 30.0 27 | 30 28 | 0.0 29 | 11 30 | 50.0 31 | 21 32 | 60.0 33 | 31 34 | 0.0 35 | 36 | -------------------------------------------------------------------------------- /tests/golden/line_R2010.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 370 18 | 25 19 | 100 20 | AcDbLine 21 | 39 22 | 0.25 23 | 10 24 | 20.0 25 | 20 26 | 30.0 27 | 30 28 | 0.0 29 | 11 30 | 50.0 31 | 21 32 | 60.0 33 | 31 34 | 0.0 35 | 36 | -------------------------------------------------------------------------------- /tests/golden/lwpolyline_rectangle_R2000.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LWPOLYLINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 1.5 17 | 370 18 | 25 19 | 100 20 | AcDbPolyline 21 | 90 22 | 4 23 | 70 24 | 1 25 | 43 26 | 0.0 27 | 39 28 | 0.25 29 | 10 30 | 30.0 31 | 20 32 | 30.0 33 | 10 34 | 130.0 35 | 20 36 | 30.0 37 | 10 38 | 130.0 39 | 20 40 | 100.0 41 | 10 42 | 30.0 43 | 20 44 | 100.0 45 | 46 | -------------------------------------------------------------------------------- /tests/golden/lwpolyline_rectangle_R2004.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LWPOLYLINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 1.5 17 | 370 18 | 25 19 | 100 20 | AcDbPolyline 21 | 90 22 | 4 23 | 70 24 | 1 25 | 43 26 | 0.0 27 | 39 28 | 0.25 29 | 10 30 | 30.0 31 | 20 32 | 30.0 33 | 10 34 | 130.0 35 | 20 36 | 30.0 37 | 10 38 | 130.0 39 | 20 40 | 100.0 41 | 10 42 | 30.0 43 | 20 44 | 100.0 45 | 46 | -------------------------------------------------------------------------------- /tests/golden/lwpolyline_rectangle_R2007.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LWPOLYLINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 1.5 17 | 370 18 | 25 19 | 100 20 | AcDbPolyline 21 | 90 22 | 4 23 | 70 24 | 1 25 | 43 26 | 0.0 27 | 39 28 | 0.25 29 | 10 30 | 30.0 31 | 20 32 | 30.0 33 | 10 34 | 130.0 35 | 20 36 | 30.0 37 | 10 38 | 130.0 39 | 20 40 | 100.0 41 | 10 42 | 30.0 43 | 20 44 | 100.0 45 | 46 | -------------------------------------------------------------------------------- /tests/golden/lwpolyline_rectangle_R2010.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | LWPOLYLINE 3 | 5 4 | 21C 5 | 330 6 | 1F 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 1.5 17 | 370 18 | 25 19 | 100 20 | AcDbPolyline 21 | 90 22 | 4 23 | 70 24 | 1 25 | 43 26 | 0.0 27 | 39 28 | 0.25 29 | 10 30 | 30.0 31 | 20 32 | 30.0 33 | 10 34 | 130.0 35 | 20 36 | 30.0 37 | 10 38 | 130.0 39 | 20 40 | 100.0 41 | 10 42 | 30.0 43 | 20 44 | 100.0 45 | 46 | -------------------------------------------------------------------------------- /tests/golden/point_R12.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | POINT 3 | 5 4 | 21C 5 | 8 6 | 0 7 | 6 8 | CONTINUOUS 9 | 62 10 | 1 11 | 10 12 | 15.0 13 | 20 14 | 25.0 15 | 30 16 | 0.0 17 | -------------------------------------------------------------------------------- /tests/golden/point_R2000.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | POINT 3 | 5 4 | 21C 5 | 330 6 | 2D3 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 100 18 | AcDbPoint 19 | 10 20 | 15.0 21 | 20 22 | 25.0 23 | 30 24 | 0.0 25 | 26 | -------------------------------------------------------------------------------- /tests/golden/point_R2004.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | POINT 3 | 5 4 | 21C 5 | 330 6 | 2D3 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 100 18 | AcDbPoint 19 | 10 20 | 15.0 21 | 20 22 | 25.0 23 | 30 24 | 0.0 25 | 26 | -------------------------------------------------------------------------------- /tests/golden/point_R2007.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | POINT 3 | 5 4 | 21C 5 | 330 6 | 2D3 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 100 18 | AcDbPoint 19 | 10 20 | 15.0 21 | 20 22 | 25.0 23 | 30 24 | 0.0 25 | 26 | -------------------------------------------------------------------------------- /tests/golden/point_R2010.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | POINT 3 | 5 4 | 21C 5 | 330 6 | 2D3 7 | 100 8 | AcDbEntity 9 | 8 10 | 0 11 | 6 12 | Continuous 13 | 62 14 | 1 15 | 48 16 | 2.5 17 | 100 18 | AcDbPoint 19 | 10 20 | 15.0 21 | 20 22 | 25.0 23 | 30 24 | 0.0 25 | 26 | -------------------------------------------------------------------------------- /tests/golden/polyline_rectangle_R12.dxf: -------------------------------------------------------------------------------- 1 | 0 2 | POLYLINE 3 | 5 4 | 21C 5 | 8 6 | 0 7 | 6 8 | CONTINUOUS 9 | 62 10 | 1 11 | 66 12 | 1 13 | 10 14 | 0.0 15 | 20 16 | 0.0 17 | 30 18 | 0.0 19 | 39 20 | 0.25 21 | 70 22 | 1 23 | 0 24 | VERTEX 25 | 5 26 | 269 27 | 8 28 | 0 29 | 6 30 | CONTINUOUS 31 | 62 32 | 1 33 | 10 34 | 30.0 35 | 20 36 | 30.0 37 | 30 38 | 0.0 39 | 0 40 | VERTEX 41 | 5 42 | 26A 43 | 8 44 | 0 45 | 6 46 | CONTINUOUS 47 | 62 48 | 1 49 | 10 50 | 130.0 51 | 20 52 | 30.0 53 | 30 54 | 0.0 55 | 0 56 | VERTEX 57 | 5 58 | 26B 59 | 8 60 | 0 61 | 6 62 | CONTINUOUS 63 | 62 64 | 1 65 | 10 66 | 130.0 67 | 20 68 | 100.0 69 | 30 70 | 0.0 71 | 0 72 | VERTEX 73 | 5 74 | 26C 75 | 8 76 | 0 77 | 6 78 | CONTINUOUS 79 | 62 80 | 1 81 | 10 82 | 30.0 83 | 20 84 | 100.0 85 | 30 86 | 0.0 87 | 0 88 | SEQEND 89 | 5 90 | 26D 91 | 8 92 | 0 93 | 6 94 | CONTINUOUS 95 | 62 96 | 1 97 | 98 | -------------------------------------------------------------------------------- /tests/includes.h: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file includes.h 3 | * 4 | * \author Copyright (C) 2012 ... 2015 by Bert Timmerman . 5 | * 6 | * \brief Include all header files. 7 | * 8 | *
9 | *

Copyright Notices.

\n 10 | * This program is free software; you can redistribute it and/or modify 11 | * it under the terms of the GNU General Public License as published by the 12 | * Free Software Foundation; either version 2 of the License, 13 | * or (at your option) any later version.\n\n 14 | * This program is distributed in the hope that it will be useful, but 15 | * WITHOUT ANY WARRANTY; without even the implied warranty of 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 17 | * See the GNU General Public License for more details.\n\n 18 | * You should have received a copy of the GNU General Public License along 19 | * with this program; if not, write to:\n 20 | * Free Software Foundation, Inc.,\n 21 | * 59 Temple Place,\n 22 | * Suite 330,\n 23 | * Boston,\n 24 | * MA 02111 USA.\n 25 | * \n 26 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 27 | * exchange of drawing files between various Computer Aided Drafting 28 | * programs.\n 29 | * DXF is an industry standard designed by Autodesk(TM).\n 30 | * For more details see http://www.autodesk.com . 31 | *
32 | */ 33 | 34 | 35 | #ifndef LIBDXF_TESTS_INCLUDES_H 36 | #define LIBDXF_TESTS_INCLUDES_H 37 | 38 | 39 | #include "src/dxf.h" 40 | 41 | 42 | #endif /* LIBDXF_TESTS_INCLUDES_H */ 43 | 44 | 45 | -------------------------------------------------------------------------------- /tests/test_point.c: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file test_point.c 3 | * 4 | * \author Copyright (C) 2016, 2019, 2020 5 | * by Bert Timmerman . 6 | * 7 | * \brief Testing program for a DXF point entity (\c POINT). 8 | * 9 | *
10 | *

Copyright Notices.

\n 11 | * This program is free software; you can redistribute it and/or modify 12 | * it under the terms of the GNU General Public License as published by the 13 | * Free Software Foundation; either version 2 of the License, 14 | * or (at your option) any later version.\n\n 15 | * This program is distributed in the hope that it will be useful, but 16 | * WITHOUT ANY WARRANTY; without even the implied warranty of 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 18 | * See the GNU General Public License for more details.\n\n 19 | * You should have received a copy of the GNU General Public License along 20 | * with this program; if not, write to:\n 21 | * Free Software Foundation, Inc.,\n 22 | * 59 Temple Place,\n 23 | * Suite 330,\n 24 | * Boston,\n 25 | * MA 02111 USA.\n 26 | * \n 27 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 28 | * exchange of drawing files between various Computer Aided Drafting 29 | * programs.\n 30 | * DXF is an industry standard designed by Autodesk(TM).\n 31 | * For more details see http://www.autodesk.com. 32 | *
33 | */ 34 | 35 | 36 | #include 37 | #include "includes.h" 38 | 39 | 40 | /*! 41 | * \brief Perform test functions for a DXF \c POINT entity. 42 | * 43 | * \return \c EXIT_SUCCESS when done, or \c EXIT_FAILURE when an error 44 | * occurred. 45 | */ 46 | int 47 | test_point (int argc, char** argv) 48 | { 49 | #if DEBUG 50 | DXF_DEBUG_BEGIN 51 | #endif 52 | char *filename; 53 | char temp_string[255]; 54 | FILE *fp; 55 | DxfPoint *dxf_point_test_1; 56 | DxfPoint *dxf_point_test_2; 57 | 58 | dxf_point_test_1 = dxf_point_new (); 59 | dxf_point_test_1 = dxf_point_init (dxf_point_test_1); 60 | dxf_point_test_2 = dxf_point_new (); 61 | dxf_point_test_2 = dxf_point_init (dxf_point_test_2); 62 | filename = strdup ("dxf_point_test.dxf"); 63 | fp = fopen (filename, "rw"); 64 | if (!fp) 65 | { 66 | fprintf (stderr, "Error: could not open file: %s in read+write mode (NULL pointer).\n", 67 | filename); 68 | exit (EXIT_FAILURE); 69 | } 70 | dxf_point_test_1->id_code = 1; 71 | dxf_point_test_1->layer = strdup ("0"); 72 | dxf_point_test_1->x0 = 10.0; 73 | dxf_point_test_1->y0 = 20.0; 74 | dxf_point_test_1->z0 = 30.0; 75 | 76 | fclose (fp); 77 | #if DEBUG 78 | DXF_DEBUG_END 79 | #endif 80 | return (EXIT_SUCCESS); 81 | } 82 | 83 | 84 | /* EOF */ 85 | -------------------------------------------------------------------------------- /tests/tests.c: -------------------------------------------------------------------------------- 1 | /*! 2 | * \file tests.c 3 | * 4 | * \author Copyright (C) 2010 by Luis Matos . 5 | * 6 | * \author Copyright (C) 2018 Calvin Tower 7 | * 8 | * \brief Tests for libdxf. 9 | * 10 | *
11 | *

Copyright Notices.

\n 12 | * This program is free software; you can redistribute it and/or modify 13 | * it under the terms of the GNU General Public License as published by the 14 | * Free Software Foundation; either version 2 of the License, 15 | * or (at your option) any later version.\n\n 16 | * This program is distributed in the hope that it will be useful, but 17 | * WITHOUT ANY WARRANTY; without even the implied warranty of 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n 19 | * See the GNU General Public License for more details.\n\n 20 | * You should have received a copy of the GNU General Public License along 21 | * with this program; if not, write to:\n 22 | * Free Software Foundation, Inc.,\n 23 | * 59 Temple Place,\n 24 | * Suite 330,\n 25 | * Boston,\n 26 | * MA 02111 USA.\n 27 | * \n 28 | * Drawing eXchange Format (DXF) is a defacto industry standard for the 29 | * exchange of drawing files between various Computer Aided Drafting 30 | * programs.\n 31 | * DXF is an industry standard designed by Autodesk(TM).\n 32 | * For more details see http://www.autodesk.com. 33 | *
34 | */ 35 | 36 | #include 37 | #include "includes.h" 38 | 39 | /*! 40 | * \brief Reads a dxf file using libdxf form examples dir. 41 | * 42 | * \version According to DXF R2000. 43 | */ 44 | int main (void) 45 | { 46 | if (dxf_file_read ("../../examples/qcad-example_R2000.dxf")) 47 | fprintf (stdout, "TESTS: R2000 exited with error\n"); 48 | else 49 | fprintf (stdout, "TESTS: R2000 exited with no error\n"); 50 | 51 | return 1; 52 | } 53 | --------------------------------------------------------------------------------