Message 1 of 3

Not applicable
04-19-2013
05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
I'm just learning to program Inventor, and I am a bit lost. Basically, I would like to do this:
(i.e., take two object Z axes and contraint them to be the same), but in C#. In particular, what puzzles me is that I cannot make
'Get the Z-axis work axis from the occurrent.
Dim oPartAxis As WorkAxis
Set oPartAxis = oPartOcc.Definition.WorkAxes.Item(3)
in C# because the Definition object has not a WorkAxes instance... I gues I need some casting done, but I do not know what... Any help woul dbe greatly appreciated!!!
best
gus.-
Solved! Go to Solution.