@julz wrote:
Hi everyone,
how can we simply create a point from a "dynamic" cplane in a loop (in python) ?
in the attached exemple, i just try to describe a simple circle while revolving from Z
for making a simple donut shape, for that i need to orient my Cplane, so i easily do that with a crossproduct... but i still can't create from the new Cplane at given time before the next loop ... i try to keep thinks simple but there... what i have missed ?
thanks for any help (i don't think that is an hard topic to fix) ^^
TorusModel.py (2.4 KB)
Posts: 4
Participants: 2
, for that i need to orient my Cplane, so i easily do that with a crossproduct... but i still can't create from the new Cplane at given time before the next loop ... i try to keep thinks simple but there... what i have missed ?