【论坛】【CSEN012】Write the Offset function in script
If you want to achieve the direction x,y,z offset based a current reference point, you can write the function OffsetNote: In python, if a= [0, 1, 2, 3] b=a, then if change the b value, a value will also be changed. Recommend use copy function.def Offs(p,x