AnimGraphLab Beta
Nodes Extract center

Extract Center node converts input shapes into Point clouds containing a single point per shape.

Unlike a simple centroid calculation, this node allows you to choose specific anchor locations relative to the shape's bounding box, such as corners or edge midpoints. It preserves the input shape's attributes (like rotation and custom data) on the generated points.

Parameters

ParameterDescription
Label
The display name for the node.
Group
The group of shapes to extract points from. If empty, all shapes are used.
Offset
Offset position from the calculated anchor point

Placement options

Determines where the point is generated relative to the input shape's bounding box.

PlacementDescription
CenterCreates a point at the geometric center of the shape.
Top left / Center / RightCreates a point along the top edge of the bounding box.
Middle left / RightCreates a point along the vertical center of the bounding box edges.
Bottom left / Center / RightCreates a point along the bottom edge of the bounding box.

See also