Solidworks IhelixFeatureData VBA

Hi,
I want to change the Helix direction (CW/CCW Radiobutton) with an macro.
the only information is to use IhelixFeatureData - Instance.clockwise true or false.
but it didnt work.
i can use some suggestions

1 Answer

I'm not an expert but as far as i know you can create helix like this

Part.InsertHelix False, False, False, True,0,0;

when you use InsertHelix command 2nd bool is true then its cw but when it false it creates ccw.

Tested on sample macro and it works. :)

for more info you can check online solidworks api help :)