AnimGraphLab Alpha
Nodes Match size

Parameters

Select a node to edit its parameters.

Match size transforms source geometry to align with the bounding box of a target geometry.

It simplifies common layout tasks like placing an object on top of another, centering it, or aligning it to a corner, using intuitive presets.

Inputs

Source
Target
Match Size

Source

A shape that will be transformed (moved and/or scaled).

Target

A shape bounding box that used for alignment.

Parameters

ParameterDescription
LabelThe display name for the node.
GroupThe group of shapes to transform. If empty, all shapes are affected.
AlignHow to align the source to the target.
OffsetAn additional offset to apply after alignment.
Scale to fitScales the source to fit the target bounds.
Uniform scaleMaintains aspect ratio when scaling.

Alignment options

Determines how the source’s bounding box is positioned relative to the target’s bounding box.

AlignmentDescriptionResult
Before Match SizeSource and target as separate streams.Source circle and target rectangle before matching.TargetSource
CenterCircle centered within rectangle.Match Size result: Center
Top leftCircle at top-left corner.Match Size result: Top left
Top centerCircle at top edge, centered horizontally.Match Size result: Top center
Top rightCircle at top-right corner.Match Size result: Top right
Middle rightCircle at right edge, centered vertically.Match Size result: Middle right
Bottom rightCircle at bottom-right corner.Match Size result: Bottom right
Bottom centerCircle at bottom edge, centered horizontally.Match Size result: Bottom center
Place belowCircle placed below rectangle.Match Size result: Place below

See also