THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/03/2011 at 06:52, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
Comparing vectors does not work.
vec = c4d.Vector(255)
if vec >= c4d.Vector(100) :
gui.MessageDialog("Vector is bigger than Vector(100)")
And by the way, how are they compared, if they would be compared ?
Is the expression True if only one value is bigger or must all values be bigger than 100 ?