Little_Devil
10-30-2009, 08:35 PM
hi,
i have got an object with some user data. in the udata you can set 2 splines for a sweep
nurbs. it is solved by a sweep nurbs with 2 instance objects (spline + cross). in xpresso the
the user data spline links are linked to the two instance objects.
how do i get access to the linked splines position / rotation ? i want to move the axis center
of the instance objects into the corresponding spline axis centers.
please excuse my english. i hope this was readable :) did a basic google search with no
results.thanks in advance.
ferdinand
edit : eh, think before you post ;) done with some simple coffee ;) org = spline objectlink;
inst instance object link ...
org->SetPosition(inst->GetPosition());
i have got an object with some user data. in the udata you can set 2 splines for a sweep
nurbs. it is solved by a sweep nurbs with 2 instance objects (spline + cross). in xpresso the
the user data spline links are linked to the two instance objects.
how do i get access to the linked splines position / rotation ? i want to move the axis center
of the instance objects into the corresponding spline axis centers.
please excuse my english. i hope this was readable :) did a basic google search with no
results.thanks in advance.
ferdinand
edit : eh, think before you post ;) done with some simple coffee ;) org = spline objectlink;
inst instance object link ...
org->SetPosition(inst->GetPosition());
