Back to FabImage Studio website

You are here: Start » Filter Reference » Path » Path Features » PathBoundingRectangle_FixedAngle_OrNil

PathBoundingRectangle_FixedAngle_OrNil


Module: FoundationBasic

Computes the smallest rectangle with the given orientation angle containing a path; returns NIL when the path is empty.

Name Type Description
Input value
inPath Path Input path
Input value
inAngle Real Expected angle of the resulting rectangle
Output value
outBoundingRectangle Rectangle2D? Smallest bounding rectangle of the input path
Output value
outCenter Point2D? Center of the bounding rectangle
Output value
outLongSide Real? Length of the bounding rectangle long side
Output value
outShortSide Real? Length of the bounding rectangle short side

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of PathBoundingRectangle filter group.