hallo beisammen,
ich kämpfe gerade damit das meine exportierten Zeichnungen so aussehen wie unsere alten AutoCAD Zeichnungen
ich hab mir schon mal die passende export_mapping.pro von einem Beitrag kopiert
Hauptproblem ist: WEnn ich die Farbe für letter ändere,
wird damit alles geändert Schraffur Bemaßungslinien, tabellenfarben
und sogar die Rahmenfarbe...
Ist zwar kein Problem aber wär trotzdem praktisch:
Kann ich den export so einstellen das die Layer auf die Standard-autocad layer umgemünzt werden? Ich hab das system noch nicht so durchblickt.
Blockeinstellung ist aktuell intf_out_layer block_nested_view_based_layer,
das passt auch so.
Hat jemand hier schonmal was in diese Richtung gebastelt ich wäre dankbar, wenn ihr ein paar Hinweise hättet, nachfolgend die export optionen im Moment
Code:
! This is a DXF/DWG export mapping file example.
! It should be used as a reference for mapping
! color/layer/linestyle/text font functionality
!===================================================================
map_color BACKGROUND_COLOR 7
map_color DIMMED_COLOR 7
map_color LETTER_COLOR 4
map_color HIGHLIGHT_COLOR 7
map_color EDGE_HIGHLIGHT_COLOR 7
map_color GEOMETRY_COLOR 7
map_color HIDDEN_COLOR 1
map_color SHEETMETAL_COLOR 3
map_color CURVE_COLOR 7
map_color VOLUME_COLOR 7
map_color SECTION_COLOR 2
map_color PRESEL_HIGHLIGHT_COLOR 7
map_color SELECTED_COLOR 7
map_color SECONDARY_SELECTED_COLOR 7
map_color PREVIEW_GEOM_COLOR 7
map_color SECONDARY_PREVIEW_COLOR 7
map_color DATUM_COLOR 2
map_color QUILT_COLOR 2map_layer DXF_AXIS
map_layer DXF_CONTINUOUS_LINE
map_layer DXF_HIDDEN_LINE
map_layer DXF_DIMENSION
map_layer DXF_TEXT
map_layer DXF_HATCHING
map_layer DXF_TABLE
map_layer DXF_BALLOON
map_layer DXF_FORMAT
map_line_style solidfont bylayer
map_line_style phantomfont PHANTOM
map_line_style ctrlfont CENTER
map_line_style bylayerfont bylayer
map_line_style dashfont bylayer
map_line_style ctrlfont_s_l bylayer
map_line_style ctrlfont_s_s bylayer
map_line_style ctrlfont_l_l bylayer
map_line_style dashfont_s_s bylayer
map_line_style phantomfont_s_s bylayer
map_line_style ctrlfont_mid_l bylayer
map_font font simplex.shx
map_font filled bigfont.shx
map_font isofont isocp.shx
mfg
Redox
------------------
mfg
Redox
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP