The following tables list the members exposed by Inside3D.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| complex_output | The Complex Output Table option modifies the output table to include information about the relationship between the Input Features and the Input Multipatch Features. This allows you to identify which features fell inside or partially inside specific closed multipatches. When it's checked on, then the output table will have an extra Container_ID displayed, along with the Target_ID information. This Container_ID represents the exact multipatch which the input features (Target_ID) are inside or partially. (In, Optional) |
| in_container_feature_class | The multipatch features. The multipatches must be closed. Use the Is Closed 3D tool to determine if the multipatches are closed. (In, Required) |
| in_target_feature_class | The z-enabled point, line, polygon, or multipatch features. (In, Required) |
| out_table | The output table providing a list of 3D Input Features that are inside or partially inside the Input Multipatch Features which are closed. The output table contains an OID (object ID), Target_ID, and Status. The Status will state if the input feature (Target_ID) is within or partially within a multipatch. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| 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