Polygon Feature Class to CAD Lines (Samples)
Resumen
Converts polygon feature classes to a CAD file with bounding lines. The coincident lines where polygons touch will be simplified to a single line.
Legado:
This tool has been deprecated. For more information, see An overview of the Samples toolbox.
Uso
-
Output line features will be created for each input line, and polygon boundary. If input lines or polygon boundaries cross, the output lines will be split at those locations.
-
Multiple input features will be written to the same output CAD file.
Sintaxis
PolygonFeatureClasstoCADLines_samples (input_features, output_file, output_type, {seed_file})
Parámetro | Explicación | Tipo de datos |
input_features |
The polygon feature class that will be used to create CAD lines. | Layer | Table View |
output_file |
The output CAD file that contains the bounding lines from the polygon feature classes. | String |
output_type |
Specifies the output CAD type and version. | CAD Drawing Dataset |
seed_file (Opcional) |
An existing CAD drawing whose contents, documents, and layer properties will be used for all new output CAD files. | CAD Drawing Dataset |
Entornos
Espacio de trabajo actual, Valor Z de salida predeterminado, Palabra clave CONFIG de salida, Dominio M 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, 2, 3, Cuadrícula espacial de salida 1, 2, 3, Cuadrícula espacial de salida 1, 2, 3, Espacio de trabajo temporal
4/19/2012