3D Lingo Dictionary > O-S > removeModifier |
![]() ![]() ![]() |
removeModifier
Syntax
member(whichCastmember
).model(whichModel
).removeModifier.(#whichModifier
)
Description
3D command; removes the modifier identified by #whichModifier
from the specified model.
This command returns TRUE
if it completes successfully, and FALSE
if #whichModifier
is not a valid modifier, or if the modifier was not attached to the model.
Example
This statement removes the #toon
modifier from the model named Box.
member("shapes").model("Box").removeModifier(#toon)
![]() ![]() ![]() |