User Guide

length (3D) 829
left (3D)
Usage
member(whichCastmember).modelResource(whichModelResource).left
Description
3D #box model resource property; indicates whether the side of the box intersected by its -X axis
is sealed (
TRUE) or open (FALSE).
The default value for this property is
TRUE.
Example
This statement sets the left property of the model resource named Crate to FALSE, meaning the
left side of this box will be open:
member("3D World").modelResource("crate").left = FALSE
See also
back, front, bottom (3D), top (3D), right (3D)
leftIndent
Usage
chunkExpression.leftIndent
Description
Text cast member property; contains the number of pixels the left margin of chunkExpression is
offset from the left side of the text cast member.
The value is an integer greater than or equal to 0.
This property can be tested and set.
Example
This line indents the first line of text cast member “theStory” by ten pixels:
member("theStory").line[1].leftIndent = 10
See also
firstIndent, rightIndent
length (3D)
Usage
member(whichCastmember).modelResource(whichModelResource).length
vectorReference.length
Description
3D #box model resource, #plane model resource, and vector property; indicates the length in
world units of the box or plane.
The length of a box is measured along its Z axis. The default length of a box is 50.
The length of a plane is measured along its Y axis. The default length of a plane is 1.