The following tables list the members exposed by SkylineBarrier.
Public Constructors
Public Properties
| Name | Description |
 | Alias | The alias for this tool's toolbox. |
 | base_elevation |
The elevation of the base of the closed multipatch; ignored if the barrier is not to be closed. The default is 0.
(In, Optional) |
 | closed | Whether to close the skyline barrier with a skirt and a base, so that the resulting multipatch will appear to be a solid.
(In, Optional) |
 | in_features | The input line feature class which represents the skyline(s) or the input multipatch feature class which represents the silhouette(s). (In, Required) |
 | in_observer_point_features | The point feature class containing the observer point(s). (In, Required) |
 | max_radius_value_or_field | The maximum radius to which triangle edges should be extended from the observer point. The default is 0, meaning no maximum. (In, Optional) |
 | min_radius_value_or_field | The minimum radius to which triangle edges should be extended from the observer point. The default is 0, meaning no minimum. (In, Optional) |
 | out_feature_class | The output feature class into which the skyline barrier or shadow volume is placed. (Out, Required) |
 | ParameterInfo | The parameters used by this tool. For internal use only. |
 | project_to_plane | Whether the front (nearer to the observer) and back (farther from the observer) ends of the barrier should each be projected onto a vertical plane. This is typically checked (turned on) in order to create a shadow volume.
(In, Optional) |
 | ToolboxDirectory | The directory of this tool's toolbox. |
 | ToolboxName | The name of this tool's toolbox. |
 | ToolName | The name of this tool. |
Top
See Also