Autodesk AutoCAD Map 3D Object Data Writer Parameters

File Options

Template File

Spatial

Advanced

Coordinate System Storage

This parameter controls whether the writer will optionally store the coordinate system of its features. The coordinate system can be stored in the following ways:

  • None – Projection information is not stored anywhere.
  • External PRJ – Externally in a companion Esri .prj file that shares the output AutoCAD file's base name, but has a .prj extension.
  • Internal Native – Internally using the native Coordinate System storage which will be recognized by the native AutoCAD application.
  • Internal WKT – Inside the output AutoCAD file as Esri Well-Known Text (in an ESRI_PRJ entry in an internal dictionary in the file), according to Esri specifications.

AutoCAD data files written this way with projection information will be recognized by FME and the ArcGIS for AutoCAD application, which installs on top of the AutoCAD application.

Write block object data to

This parameter can be used specify how an FME feature with composite geometry (such as those with fme_geometry type of fme_aggregate or fme_donut) will store its attribute information as object data.

  • Insert:  This is the default value. It indicates that object data will only be stored on the insert entity (block reference) that will be created from the composite geometry.
  • All: This value indicates that copies of the object data will be stored on the insert as well as on every entity part that is created within the block definition. This is a good option if the insert will later be exploded into parts and object data is desired on each part.
Note   In an AutoCAD-to-AutoCAD translation, if insert entities in the source dataset are not exploded, this parameter is not applicable to that insert data, because it is not stored as FME features with composite geometry.