Autodesk AutoCAD Map 3D Object Data Writer Feature Type Parameters
To access feature type parameters, click the gear icon on a feature type in the workspace to open the Feature Type Parameter Editor. To always display the editor in Workbench, you can select View > Windows > Parameter Editor.
All feature types share similar General Parameters. This includes Name and Writer Name. From here, you can also control Dynamic Properties.
In the AutoCAD Map 3D Object Data Writer, definition lines without user attributes are treated as layer definitions, while any definition lines with user attributes are treated as object data table definitions where each attribute will become a column.
Not only does the AutoCAD Map 3D Object Data Writer require that every feature written to the AutoCAD DWG/DXF file be stored within a defined layer, all object data information must be stored within a defined object data table. In AutoCAD DWG/DXF drawings, the layers are used to store collections of logically related attributes, and the object data tables are used to associate additional information with the entities stored on those layers.
Within FME, layers and object data tables are both made from FME feature types. An FME feature with a feature type that defines an object data table may write both entity and object data information to the output file, and may dynamically create a layer for the entity information if necessary. An FME feature with a feature type that defines a layer will only write entity information to the output file.
This is the name of an attribute that will be checked for entity key values while writing. Each unique entity key value represents a single AutoCAD entity with which to associate feature geometry and attributes.
The color number used for all features stored within the layer unless explicitly overridden on the correlation lines below. Valid values are between 1 and 255.
The name of the linetype to use for the layer if no linetype is specified on the correlation line. The linetype specified must:
- be defined in the workspace,
- be copied from a specified template file, or
- use the predefined linetype named CONTINUOUS.
The frozen state of the layer to create. If specified, then the created layer is frozen; otherwise, the layer is not frozen.
The hidden state of the layer to create. If specified, then the created layer is hidden; otherwise, the layer is not hidden.
The locked state of the layer to create. If specified, then the created layer is locked; otherwise, the layer is not locked.
By default, this parameter is set to Yes, to create a layer as "on". Layers that are set to No are still read by the reader.
You can provide an optional description string for a layer.