3D Lingo Dictionary > A-B > boundary |
![]() ![]() ![]() |
boundary
Syntax
member(whichCastmember
).model(whichModel
).inker.boundary member(whichCastmember
).model(whichModel
).toon.boundary
Description
3D inker
and toon
modifier property; allows you to set whether a line is drawn at the edges of a model.
The default setting for this property is TRUE
.
Example
This statement sets the boundary property of the inker modifier applied to the model named Box to TRUE
. Lines will be drawn at the edges of the surface of the model.
member("shapes").model("Box").inker.boundary = TRUE
See also
lineColor
, lineOffset
, silhouettes
, creases
![]() ![]() ![]() |