What & How & Why

Extract Centorid

Ver. 18.0
计算几何体每“片” 或者几何体自身的中心。


默认的行为是在每个“片”的中心创建一个点;同时会将几何体的中心以属性的方式记录下来。

Parameters

Run over指定对 pieces 计算中心点还是对整个几何体计算中心点。

Pieces
基于 Piece Attribute 计算 pieces 的中心(比如以 name 作为 piece attribute 就是以独立碎片为单位计算中心点)

Detail
计算整个几何体的中心点。
Piece Attributepiece attribute 的属性名。
Piece Elements指定 piece 是由 points 或者 primitive 组成。
Method中心点的计算方法,分为质心Bounding box 的中心
Output指定在中心点创建 points, 或者是以属性的形式将中心点记录下来。
Centroid Attribute用于记录中心点的属性名称。
Transfer Attributes将 piece 上的属性转移到 points 上。
Transfer Groups将 piece 上的Group转移到 points 上。