Helix Rotation Change using iLogic

Helix Rotation Change using iLogic

matthew.greenDLCDJ
Enthusiast Enthusiast
734 Views
4 Replies
Message 1 of 5

Helix Rotation Change using iLogic

matthew.greenDLCDJ
Enthusiast
Enthusiast

I am trying my best to figure out how to change a Helix by iLogic.

I can change the helix's parameters but I have not been able to figure out how to change the direction?  Any idea how or even access to display it.

0 Likes
Accepted solutions (1)
735 Views
4 Replies
Replies (4)
Message 2 of 5

johnsonshiue
Community Manager
Community Manager

Hi Matthew,

 

For changing Helix direction, you will need to use Inventor API to edit the Helix and make the change.

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes
Message 3 of 5

matthew.greenDLCDJ
Enthusiast
Enthusiast

What about VBA as an option?  Can it be done through another means other than the API?

0 Likes
Message 4 of 5

AdamAG99T
Advocate
Advocate
Accepted solution

Unfortunately unless things have changed since this post it looks like the helix properties are not exposed to the API which means it's basically impossible to edit them with iLogic or VBA. I did a bit of digging in the API documentation but couldn't find anything for helical curves or helix. At best you may be able to play with the coil feature depending on what you're trying to accomplish, since that is exposed to the API and can be used with iLogic or VBA. The documentation for that is here. To clarify, the API is essentially the way inventor communicates with VBA or iLogic programs, it's not it's own separate way of programming. 

0 Likes
Message 5 of 5

johnsonshiue
Community Manager
Community Manager

Hi Adam,

 

I think the API is indeed available. CoilFeature.ClockwiseRotation() is a Boolean property. It can be set to True or False to control the direction.

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes