hi,
How can I find out the DOP parameter variable names?
Most of the time no errors occur using variable name by tooltip-message,
but sometimes an error occurs due to the variable name.
In popwind(DOP), Wind_Velocity(x) shows "windx", but it will not work correctly unless it is actually wind.x.
In other case, popFanCone(DOP), Position(X) shows "tx",
but tx, t.x, positionx, position.x, all of these will cause an error.
thanks
DOP VEXpression Variable_name
976 5 1-
- Noboru Saka
- Member
- 28 posts
- Joined: July 2013
- Offline
-
- Tanto
- Member
- 542 posts
- Joined: Nov. 2016
- Offline
-
- Noboru Saka
- Member
- 28 posts
- Joined: July 2013
- Offline
-
- tamte
- Member
- 9380 posts
- Joined: July 2007
- Offline
Noboru Saka
thanks//correct () vector center = (t.x, t.y, t.z); //incorrect {} vector center = {t.x, t.y, t.z};
t.x work well fot me too.
or use
vector center = t;
or of course you can use t instead of wherever you use center directly
Tomas Slancik
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- Tanto
- Member
- 542 posts
- Joined: Nov. 2016
- Offline
-
- Noboru Saka
- Member
- 28 posts
- Joined: July 2013
- Offline
-
- Quick Links


