3D Lingo Dictionary > E-K > front

 

front

Syntax

member(whichCastmember).modelResource(whichModelResource).front

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 front property of the model resource named Crate to FALSE, meaning the front of this box will be open.

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

See also

back, bottom, top, left, right