3D Lingo Dictionary > L-N > lineOffset |
![]() ![]() ![]() |
lineOffset
Syntax
member(whichCastmember
).model(whichModel
).toon.lineOffset member(whichCastmember
).model(whichModel
).inker.lineOffset
Description
3D toon
and inker
modifier property; indicates the apparent distance from the model's surface at which lines are drawn by the modifier. For this property to have an effect, the modifier's useLineOffset
property must be set to TRUE,
and one or more of its creases, silhouettes,
or boundary
properties must also be set to TRUE
.
This range of this property is -100.00 to +100.00. Its default setting is -2.0.
Example
This statement sets the lineOffset
property of the toon
modifier for the model named Teapot to 10. The lines drawn by the toon modifier on the surface of the model will stand out more than they would at the default setting of -2.
member("shapes").model("Teapot").toon.lineOffset = 10
See also
creases
, silhouettes
, boundary
, useLineOffset
, lineColor
![]() ![]() ![]() |