|
Diagnosis
The object variable is separated from the characteristic by a period: $ROOT.COLOR In constraints, you can define object variables under OBJECTS. T IS_A (300)TABLE You can also define your own variables for characteristics inconstraints. You then use these variables to refer to thecharacteristics. If you have not defined object variables for the characteristics of theobject, you must define which object the characteristic belongs to. Inthis case, the system expects an object variable before thecharacteristic. T.Material = 'oak' Procedure |