3D Lingo Dictionary > T-Z > useLineOffset |
![]() ![]() ![]() |
useLineOffset
Syntax
member(whichCastmember
).model(whichModel
).toon.useLineOffset member(whichCastmember
).model(whichModel
).inker.useLineOffset
Description
3D toon
and inker
modifier property; indicates whether the modifier's lineOffset
property is used by the modifier when it draws lines on the surface of the model.
The default value of this property is FALSE
.
Example
This statement sets the useLineOffset
property of the toon
modifier for the model named Teapot to FALSE
. The toon
modifier's lineOffset
property will have no effect.
member("tp").model("Teapot").toon.useLineOffset = FALSE
See also
![]() ![]() ![]() |