The following tables list the members exposed by InterpolatePolyToPatch.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| area_field | The name of the output field containing the planimetric, or 2D, area of the resulting multipatches. (In, Optional) |
| in_feature_class | The input polygon feature class. (In, Required) |
| in_surface | The input triangulated irregular network (TIN) or terrain dataset surface. (In, Required) |
| max_strip_size | Controls the maximum number of points used to create an individual triangle strip. Note that each multipatch is usually composed of multiple strips. The default value is 1,024. (In, Optional) |
| out_feature_class | The output multipatch feature class. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| pyramid_level_resolution | The pyramid-level resolution of the terrain dataset to use for interpolation. The default is 0, full resolution. (In, Optional) |
| surface_area_field | The name of the output field containing the 3D area of the resulting multipatches. This area takes the surface undulations into consideration and is always larger than the planimetric area unless the surface is flat, in which case the two are equal. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| z_factor | The factor by which the heights of the resultant multipatch will be determined from those of the input polygons. Used to convert z-units to x- and y-units. (In, Optional) |
Top
See Also