Geometry
Split to Centred Instances
Split points to instances, with the origin points being the Group ID
calculated centroids
Inputs
Name | Type | Description | Default |
---|---|---|---|
Geometry | Geometry |
None | |
Selection | Bool |
Selected points will be used to calculate centre point for Instance | True |
Group ID | Int |
None |
Outputs
Name | Type | Description | Default |
---|---|---|---|
Instances | Geometry |
None |
Centre on Selection
Move the input points to be centred on their calculated cnetroid point, which is based on the selection. The optional Group ID
value applies this transformation on a per-group basis
Inputs
Name | Type | Description | Default |
---|---|---|---|
Atoms | Geometry |
None | |
Selection | Bool |
Selection within the groups to calculate the centroid for, which then affects all other points in the group | True |
Group ID | Int |
An optional Group ID value to calculate the centroid and offset points on a per-group basis |
None |
Outputs
Name | Type | Description | Default |
---|---|---|---|
Atoms | Geometry |
Atoms that have been moved to object origin based on their group’s calculated centroid | None |
Offset | Vector |
The calculated vector offset applied to centre the points | [0.0, 0.0, 0.0] |
Primitive Arrow
A simple arrow geometry
Inputs
Name | Type | Description | Default |
---|---|---|---|
Vertices | Int |
None | |
Value | Color |
[0.8, 0.8, 0.8, 1.0] |
|
Material | Material |
None |
Outputs
Name | Type | Description | Default |
---|---|---|---|
Geometry | Geometry |
None |
Primitive Gimbal
A 3-axis gimbal made of Primitive Arrow
s, useful for visualisation and debugging
Inputs
Name | Type | Description | Default |
---|---|---|---|
Vertices | Int |
None | |
X | Color |
[0.624, 0.01, 0.063, 1.0] |
|
Y | Color |
[0.076, 0.624, 0.084, 1.0] |
|
Z | Color |
[0.0, 0.001, 0.624, 1.0] |
|
Material | Material |
None |
Outputs
Name | Type | Description | Default |
---|---|---|---|
Geometry | Geometry |
None |