Standards are defined by your administrator in XML (Extensible Markup Language) files and let you set default values for element properties. In the case of the DXF/DWG:
|
|
User Access to StandardsYou can choose the standard you want to use via the settings available
through
Tools/Options/General/Compatibility/DXF |
|
Description of the Standard ParametersAll the parameters are in the category DXF Import. Line Type MappingAllows to associate a V5 Line type for any given DXF line type:
If a name of line type found in the DXF file is not present in the list, the default V5 line type will be applied to the imported entity. The USED MAPPINGS section of the report file lists the associations for Line Types used during the import of the DXF file. Color To Thickness MappingAllows to associate a V5 line thickness for any given DXF color. This capability is useful for DXF files up to the version AutoCAD-R14 in which the line thickness was not defined, and for which the color may be used to define a line thickness.
The USED MAPPING section of the report file lists the associations for color to thickness used during the import of the DXF file in the part. Text Font MappingAllows to associate a V5 text font for any given DXF text font:
If a name of text font found in the DXF file is not present in the list, the given default V5 text font will be applied to the imported text. The USED MAPPINGS section of the report file lists the associations for text fonts used during the import of the DXF file. Thick Polyline MappingAllows to control the way polylines with adjustable width are imported. Those polylines do not use the standard lineweight attribute, but use either Constant width attribute, or Start segment width and End segment Width for each vertex of the polyline. They can be imported as lines and arcs or as area fills depending on the value of CreateAreaFill and MinThicknessForAreaFill in the ThickPolylineMapping standard. When the width of the polyline is not null:
The value taken for the width is the greater one of startWidth or endWidth for each segment of the polyline. The report file indicates how the thick polylines are mapped. Limitations:
The report file indicates if a thick polyline mapping has been applied during the import of the DXF file. Color MappingAllows to control the adaptation of Black and White colors to the background color. By default, the sheet background is dark blue in 2D Layout for 3D Design, since it is white in Drafting. The consequence is that black lines that are the most frequent in DXF files are not, or only hardly visible. To improve the visibility of the result of the import in 2D Layout for 3D Design, a new section Color mapping is added in the DXF standard file with three parameters:
Dark background luminosity and Light background luminosity should be between 0 and 255. Dark background luminosity must be lower than or equal to Light background luminosity. If it is not the case the Light background luminosity is set to Dark background luminosity. When a change of Black or White color is done during the conversion because of the Adapt to Background mapping, the information is given in the report file of the DXF conversion. When the DXF standard does not contain these parameters, the default values are taken. The report file indicates if the adaptation to background color has been applied during the import of the DXF file. |