THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2012 at 23:48, xxxxxxxx wrote:
Having a hard time with this spline stuff, how do I get this to work on a tag?
def main() :
obj = op.GetObject()
sweepSpline = obj[c4d.SWEEPOBJECT_SPLINESCALE]
s1XPos = some changing value
sweepSpline.SetKnot(index=0, vPos= c4d.Vector(s1XPos, 0, 0))