Hello,
i would like to automatize Conveyor building via CAD Data.
Straight conveyor are working pretty well.
My CAD data for curved conveyor are like:
startpoint (1), endpoint (2) & mid of circle (3).
im using these commands
function_s(newConveyor, "dragStart", xKoordSt, yKoordSt, zKoordSt, activedocumentview());
function_s(newConveyor, "dragEnd", xKoordEn, yKoordEn, zKoordEn, activedocumentview());
how to change direction of conveor (green line)