autocad-dxf
Version:
A module which can be used to parse AutoCAD dxf files and to make programmatic and geometric operations on the AutoCAD drawing entities.
74 lines (73 loc) • 2.78 kB
JSON
{
"3" : "dim_prefix",
"4" : "dim_suffix",
"6" : "arrow1",
"7" : "arrow2",
"40" : "dim_scale_overall",
"41" : "arrow_size",
"42" : "ext_line_offset",
"43" : "dim_line_increment",
"44" : "ext_line_extension",
"45" : "dim_roundoff",
"46" : "dim_line_extension",
"47" : "plus_tolerance",
"140" : "text_height",
"141" : "center_mark_size",
"142" : "tick_size",
"143" : "alt_scale_factor",
"144" : "dim_scale_linear",
"145" : "text_position_vertical",
"146" : "tolerance_scale_factor",
"147" : "text_offset",
"148" : "alt_round",
"71" : "tolerance_display",
"72" : "tolerance_limit",
"73" : "text_inside_align",
"74" : "text_outside_align",
"75" : "ext_line1",
"76" : "ext_line2",
"77" : "text_pos_vert",
"78" : "suppress_zero_inches/suppress_zero_feet",
"79" : "suppress_leading_zeros/suppress_trailing_zeros",
"170" : "alt_enabled",
"171" : "alt_precision",
"172" : "dim_line_forced",
"173" : "separate_arrow_blocks",
"174" : "text_inside",
"175" : "dim_line_inside",
"176" : "dim_line_color",
"177" : "ext_line_color",
"178" : "text_color",
"179" : "angle_precision",
"270" : "dim_units2",
"271" : "precision",
"272" : "tolerance_precision",
"273" : "alt_format",
"274" : "alt_tolerance_precision",
"275" : "angle_format",
"276" : "fraction_type",
"277" : "dim_units",
"278" : "decimal_separator",
"279" : "text_movement",
"280" : "text_pos_hor",
"281" : "dim_line1",
"282" : "dim_line2",
"283" : "tolerance_pos_vert",
"284" : "alt_suppress_leading_zeros/alt_suppress_trailing_zeros",
"285" : "suppress_leading_zeros/suppress_trailing_zeros",
"286" : "suppress_zero_inches/suppress_zero_feet",
"289" : "fit",
"340" : "text_style",
"371" : "dim_line_weight",
"372" : "ext_line_weight",
"booleans": ["73", "74", "75", "76", "170", "172", "174", "175", "281", "282"],
"text_pos_hor": ["Centered", "First extension line", "Second extension line", "Over first extension", "Over second extension"],
"text_pos_vert": ["Centered", "Above dimension line", "Outside", "Japanese Industry Standards (JIS)", "Below dimension line"],
"angle_format": ["Decimal degrees", "Degrees/minutes/seconds", "Gradians", "Radians", "Surveyor's units"],
"dim_units": ["", "Scientific", "Decimal", "Engineering", "Architectural", "Fractional", "Windows desktop"],
"dim_units2": ["", "Scientific", "Decimal", "Engineering", "Architectural (stacked)", "Fractional (stacked)", "Architectural", "Fractional"],
"text_movement": ["Keep dim line with text", "Move text, add leader", "Move text, no leader"],
"tolerance_pos_vert": ["Top", "Middle", "Bottom"],
"fit": ["Text and Arrows", "Arrows only", "Text only", "Best fit"],
"type": ["Rotated, horizontal, or vertical", "Aligned", "Angular", "Diameter", "Radius", "Angular 3 point", "Ordinate"]
}