======Extract Centorid====== //Ver. 18.0//\\ **计算几何体每“片” 或者几何体自身的中心。** ---- 默认的行为是在每个“片”的中心创建一个点;同时会将几何体的中心以**属性**的方式记录下来。 ====Parameters==== |Run over|指定对 pieces 计算中心点还是对整个几何体计算中心点。\\ \\ **Pieces**\\ 基于 **Piece Attribute** 计算 pieces 的中心(比如以 name 作为 piece attribute 就是以独立碎片为单位计算中心点)\\ \\ **Detail**\\ 计算整个几何体的中心点。| |Piece Attribute|piece attribute 的属性名。| |Piece Elements|指定 piece 是由 points 或者 primitive 组成。| |Method|中心点的计算方法,分为**质心**和 **Bounding box 的中心**。| |Output|指定在中心点创建 points, 或者是以属性的形式将中心点记录下来。| |Centroid Attribute|用于记录中心点的属性名称。| |Transfer Attributes|将 piece 上的**属性**转移到 points 上。| |Transfer Groups|将 piece 上的**Group**转移到 points 上。|