Parallel Movement in Sweep Nurbs
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2006 at 11:48, xxxxxxxx wrote:
Hi!
I have created a Sweep Nurbs in a Plugin with the codes
env = SplineObject::Alloc(3,Tlinear);
spl = SplineObject::Alloc(RiverNPts, Thermite);
osweep = BaseObject::Alloc(Osweep);
/// Initialisation of the different components of the splines spl and envspl->InsertUnder(osweep);
env->InsertUnder(osweep);
Does somebody know how to activate the parallel movement in a Sweep Nurbs Object?
Thanks in advance,