Drop Object

"Drops" an object onto a parent object using a vertical raycast to determine the point of intersection. If there is no intersection (i.e. the child object is not located directly above a surface), the rule will fail.

  • Execute Per Array Element: If enabled, this placement rule will be applied to each element within the array, provided that the child object's source is an array.

  • Use Parent Above: If enabled, this placement rule will instead reference the parent object above this object's direct parent in the tree. For example, if the hierarchy of objects is Table > Plate > Food where "Food" is the child object, enabling "Use Parent Above" in this case would use "Table" as the parent object instead of "Plate".


The following workflow uses the "drop object" rule to place screws on a ground plane:

Last updated