coren
07-17-2008, 09:14 PM
Hi
try this code taken from the reference:
theMod = sweep()
theShape = Circle radius:100
addModifier theShape theMod
classof (theMod[4].object)
theMod[4].width = 50
it works fine, but try to modify it in this way:
(
theMod = sweep()
theShape = Circle radius:100
addModifier theShape theMod
classof (theMod[4].object)
theMod[4].width = 50
)
It doesn't work.... the error is this:
-- Error occurred in anonymous codeblock; filename: C:\Documents and Settings\.....; position: 121
-- Frame:
-- Unknown property: "object" in undefined
I can't find the problem.... do you have any idea?
thanks
P.S. sorry for my english...
try this code taken from the reference:
theMod = sweep()
theShape = Circle radius:100
addModifier theShape theMod
classof (theMod[4].object)
theMod[4].width = 50
it works fine, but try to modify it in this way:
(
theMod = sweep()
theShape = Circle radius:100
addModifier theShape theMod
classof (theMod[4].object)
theMod[4].width = 50
)
It doesn't work.... the error is this:
-- Error occurred in anonymous codeblock; filename: C:\Documents and Settings\.....; position: 121
-- Frame:
-- Unknown property: "object" in undefined
I can't find the problem.... do you have any idea?
thanks
P.S. sorry for my english...
