2006-04-04 08:22 PM
2006-04-04 08:37 PM
PARAMETERS myRot = SYMB_ROTANGLEThe fun part is then REQUESTing that parameter from another object:
xx=REQUEST("ASSOCLP_PARVALUE", "myRot", nameVar, typeVar, flagsVar, dim1Var, dim2Var, objectRotation)Most of these parameters that are returned are not needed. All you care is
IF ABS(objectRotation) > 0You could use IF objectRotation <> 0, but then you get that goofy "Real Number" warning.
2006-04-04 09:14 PM
2006-04-04 09:30 PM
2006-04-04 09:37 PM
Michele wrote:Sorry, I wasn't more clear.
Is xx the name of the object I want to see if it is rotated?
Code:
xx=REQUEST("ASSOCLP_PARVALUE", "myRot", nameVar, typeVar, flagsVar, dim1Var, dim2Var, objectRotation)
Michele
2006-04-04 09:39 PM
Michele wrote:I always thought that would be nice, but we would need the ability to assign more information to the Material Attributes. I really would not want my material schedule to read "Paint - Whitewash" or some other name just because that's the name of it in the file. We would need settings for name, color, manufacturer, cost, and other settings.
What I really what Archicad to do is to tell me the sq ft of finish on the walls and I thought maybe I could do this with the zone tag but the zone tag can't seem to separate out each wall surface. It gives me the total wall surface. I might have different finishes on one or more of the walls.
Thanks for the reply though. If any one can figure this out It would fabulous. Archicad could really make points with it's customers if the zones could do this? Another example of so close yet so far away!!!!
Thanks again
Michele
2006-04-04 09:48 PM