francan
Industrial
- Mar 17, 2011
- 2
Hello everyone,
I try to use feCoordTransform command to transform output vector from basic CSys to another Csys.
I use like this:
rc=App.feCoordTransform(0,center(),userCsys.ID,newCenter())
where:
0: ID of basic rectangular CSys
center(): table with 3 values (x,y,z)
userCsys.ID: ID of the new CSys (enter by the user)
newCenter(): table where I want results of the transformation
Everything in declaration seems good but I have an error about the 4th parameter (newCenter())
Somebody could help me please?
Francan from France
I try to use feCoordTransform command to transform output vector from basic CSys to another Csys.
I use like this:
rc=App.feCoordTransform(0,center(),userCsys.ID,newCenter())
where:
0: ID of basic rectangular CSys
center(): table with 3 values (x,y,z)
userCsys.ID: ID of the new CSys (enter by the user)
newCenter(): table where I want results of the transformation
Everything in declaration seems good but I have an error about the 4th parameter (newCenter())
Somebody could help me please?
Francan from France