Label | Explanation | Data Type |
Input Level Features | The input polygon features representing a level or levels in one or more facilities. In the Indoors model, this is the Levels layer. Only the levels represented by these features will be processed. | Feature Layer |
Input Unit Features | The input polygon features representing building spaces. In the Indoors model, this is the Units layer. The tool will use these features when identifying exterior edges of a facility. | Feature Layer |
Input Door Features
| The input polyline features representing doors. In the Indoors model, this is a subset of features from the Details layer. The tool will use these features when identifying entryways along the exterior of a facility. Note:The layer must have one or more door features selected for the tool to run. Use the Select Layer By Attribute tool to make a selection. | Feature Layer |
Target Entryways | The feature class or feature layer to which generated entryway points will be written. | Feature Layer |
Buffer Size (Optional) | The distance, in meters, the tool will search inward and outward from a facility's exterior edge to identify potential entryways. The value must be greater than 0 and less than 10. The default value is 0.5. | Double |
Entryway Use Type
(Optional) | The value that will be used to calculate the USE_TYPE field for new entryway points. The default value is Entry. | String |
Exterior Unit Expression
(Optional) | An SQL expression used to define which Input Unit Features values represent a facility's exterior spaces, such as patios or fire escapes. Spaces matching this expression will be treated as exterior features during entryway generation. | SQL Expression |
Delete Existing Entryways
(Optional) | Specifies whether existing entryway features with a USE_TYPE field value matching the Entryway Use Type parameter value will be deleted before creating new entryway points. When deleting existing entryways, the tool only identifies entryways on levels included in the Input Level Features parameter.
| Boolean |
Level ID Field
(Optional) | The field that will be updated with the associated level ID for the new entryway features. If the Input Level Features parameter value is a floor-aware layer, this parameter will default to the layer's configured Floor Field value. Otherwise, the parameter will default to the LEVEL_ID field. If the defined field does not exist in the Target Entryways feature layer, a new field with the supplied name will be created and populated with the level ID field values. | Field |
Use Type Field
(Optional) | The field that will be updated with the Entryway Use Type value for the new entryway features. The default is the USE_TYPE field. If the defined field does not exist in the Target Entryways feature layer, a field with the supplied name will be created and populated with the Entryway Use Type value. | Field |
Derived Output
Label | Explanation | Data Type |
Updated Entryways | The updated Target Entryways feature layer or feature class. | Feature Class |