Hello everybody: I have got a (seemingly) simple programing question: Suppose I
I want to declare a number of splines in a loop-process with one spline per
loop. The splines should have identifiers like SplineXA, SplineXB, SplineXC and
so on. Is there a way to automatically generate such names within the loops? At
the moment I am only able to explicitely generate every identifier on its own.
To make it more clear: Is it possible to have a loop for:
#declare SplineXA = spline {
cubic_spline
....
}
#declare SplineXB = spline {
cubic_spline
....
}
#declare SplineXC = spline {
cubic_spline
....
}
#declare SplineXD = spline {
cubic_spline
....
}
....
Best regards and thanks in advance!
Thomas
Post a reply to this message
|