Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Box » MakeBox

MakeBox


Module: FoundationLite

Creates a box structure from individual fields.

Name Type Range Description
Input value inX Integer Input x-coordinate
Input value inY Integer Input y-coordinate
Input value inWidth Integer 0 - Input width
Input value inHeight Integer 0 - Input height
Output value outBox Box Output box

Hints

  • Consider using "Expand Structure Fields" command from the input port's context menu instead of this filter. This will make the program more concise and thus easier to understand in most cases.
  • "Make" filters should only be used when you need to create a structure explicitly and then use it in more than one further filters.

Complexity Level

This filter is available on Basic Complexity Level.