USERDATA SPLINE read with Coffee

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/10/2006 at 03:41, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   R9.603 
Platform:      
Language(s) :   C.O.F.F.E.E  ;

---------
Is it possible to read value of Y from a USERDATA-Spline with a Coffee-Tag from the userdatas of the object that contain the tag.
Other Userdatafields like object link or real value fields are no problems with:
var spline = op#ID_userdata:4;
 
But when I try to get the Userdata-Spline there is a error:
"Parameter value is not accessible (object unknown)"
 
Is there no way ?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/10/2006 at 06:30, xxxxxxxx wrote:

nope, not possible. The Spline graph class is not accessible via COFFEE.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/10/2006 at 14:25, xxxxxxxx wrote:

Oh, sh*t !
:-(
 
What do you think about xpresso with Coffee node solutions ?
I think is only a half solution.
But I think I must make it with XPresso/Coffe-Node mix :-(
 
Thank you for answer !