Skip to main content

最小包围体 (3D Analyst 工具)

汇总

创建代表一组 3D 要素所占空间体积的多面体要素。

插图

最小包围体

用法

  • 球体包络方法(Python 中的 geometry_type="SPHERE"geometry_type = "ENVELOPE")可用于快速表示 3D 要素集占据的空间体积。

  • 球体包络方法相比,凸包选项(Python 中的 geometry_type="CONVEX_HULL")可提供更多细节,但是不会捕获输入要素中的局部洼地。

  • 凹包选项(Python 中的 geometry_type="CONCAVE_HULL")提供的关于包围体形状的细节最详细,但计算量很大,不应用于大型输入数据集合。

  • 当生成的最小包围体代表输入要素组时,用于分隔输入的字段将添加到生成的多面体中。 如果几何特征包含在最小包围体中,输出要素中将添加以下字段:

    • MBV_Area—最小包围体的总表面面积

    • MBV_Volume—多面体要素所包含的空间的总体积

参数

标注 说明 数据类型

输入要素

将评估其最小包围体的 LAS 数据集或 3D 要素。

LAS Dataset Layer; Feature Layer

Z 值

输入数据 z 值的源。

Field

输出要素类

将生成的要素类。

Feature Class

输出要素类类型

(可选)

指定要用于确定最小包围体的几何的方法。

  • Convex hullThe smallest convex region surrounding the input data.

  • SphereThe smallest sphere enclosing the input data.

  • EnvelopeThe XYZ extent of the input data.

  • Concave hullThe concave hull that encloses the input data.

String

组选项

(可选)

指定如何对输入要素进行分组;每组都会通过一个输出多面体来封闭。

  • NoneInput features will not be grouped. This is the default. This option is not available for point input.

  • AllAll input features will be treated as one group.

  • ListInput features will be grouped based on their common values in the specified field or fields in the group field parameter.

String

分组字段

(可选)

列表指定为组选项时输入要素中用于对要素进行分组的一个或多个字段。 对于列表选项,至少需要一个组字段。 指定字段(一个或多个)的值相同的所有要素均将视为位于一个组中。

Field

将几何特征作为属性添加到输出中

(可选)

指定是否要将几何属性添加至输出多面体要素类。

  • 选中Geometric attributes will be added to the output feature.

  • 未选中No geometric attributes will be added to the output feature. This is the default.

Boolean

环境

当前工作空间, 范围, 输出坐标系, 地理变换

许可信息

  • 基本: 需要 3D Analyst
  • 标准: 需要 3D Analyst
  • 高级: 需要 3D Analyst