Resumen
Converts objects from a CAD file to a defined feature class type along with the point features that are near those CAD features.
Uso
If you change the visibility of a field from the Field control parameter to false, you will omit that field from the output feature class.
Complex feature classes, such as annotation and dimensions, are not supported by this tool.
If a SQL expression is used but returns nothing, the output feature layer will be empty.
Sintaxis
arcpy.samples.CADtoFeatureClass(input_CAD_file, output_feature_class, {select_feature_class_type}, {filter_expression}, {modify_output_fields})| Parámetro | Explicación | Tipo de datos |
input_CAD_file | The CAD file that will be converted to an ArcGIS feature class. | CAD Drawing Dataset |
output_feature_class | The feature class that will be created from the input CAD file. | Feature Class |
select_feature_class_type (Opcional) | The geometry type of the output feature class or shapefile. | String |
filter_expression (Opcional) | The SQL query expression that will be used to select records. | SQL Expression |
modify_output_fields (Opcional) | The field info is used to review and alter the field names for the new layers fields. Fields can be hidden, and a split policy can be specified. | Field Info |
Entornos
- Espacio de trabajo actual
- Valor Z de salida predeterminado
- Palabra clave CONFIG de salida
- Palabra clave CONFIG de salida
- Dominio XY de salida
- Dominio Z de salida
- Sistema de coordenadas de salida
- Extensión
- La salida tiene valores M
- Cuadrícula espacial de salida 1
- Cuadrícula espacial de salida 2
- Cuadrícula espacial de salida 3
- Cuadrícula espacial de salida 1
- Cuadrícula espacial de salida 2
- Cuadrícula espacial de salida 3
- Cuadrícula espacial de salida 1
- Cuadrícula espacial de salida 2
- Cuadrícula espacial de salida 3
- Espacio de trabajo temporal