Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Might there be any function for the check box "Position Offset"?
I can't seem to find anything in the API help docs.
I am trying to build a code similarly to what was done here:
Using this code as a starting template:
qLock = InputRadioBox("Select one:", "Lock Rotation", "Un-Lock Rotation", True, "ilogic")
oLock = ThisApplication.ActiveDocument
Dim oInsert As InsertConstraint
For Each oInsert In oLock.SelectSet
Call oInsert.ConvertToInsertConstraint2( _
oInsert.EntityOne, _
oInsert.EntityTwo, _
oInsert.AxesOpposed, _
oInsert.Distance.Value, _
qLock)
Next
Idea Thread:
https://forums.autodesk.com/t5/inventor-ideas/assembly-position-offset-issue/idc-p/10374152#M42377
Solved! Go to Solution.