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
536 5 1-
- Noboru Saka
- Member
- 28 posts
- Joined: 7月 2013
- Offline
-
- Tanto
- Member
- 507 posts
- Joined: 11月 2016
- Online
-
- Noboru Saka
- Member
- 28 posts
- Joined: 7月 2013
- Offline
-
- tamte
- Member
- 9143 posts
- Joined: 7月 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
- 507 posts
- Joined: 11月 2016
- Online
-
- Noboru Saka
- Member
- 28 posts
- Joined: 7月 2013
- Offline
-
- Quick Links