3D Lingo Dictionary > A-B > back

 

back

Syntax

member(whichCastmember).modelResource(whichModelResource).back

Description

3D #box model resource property; indicates whether the side of the box intersected by its +Z axis is sealed (TRUE) or open (FALSE).

The default value for this property is TRUE.

Example

This statement sets the back property of the model resource named Crate to FALSE, meaning the back of this box will be open.

member("3D World").modelResource("Crate").back = FALSE

See also

bottom, front, top, left, right