Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
I am searching over the intenet but I have not found yet a way to delete an specific constraint (for example coincident) between two lines.
About lines:
oLine1 = xySketch.SketchLines.Item(1) oLine2 = xySketch.SketchLines.Item(2)
and their coincident relation is:
oLine2.StartSketchPoint.Merge oLine1.EndSketchPoint
I want to break this relation between lines, remove or delete. Every other constraints and relation in the sketch I must keep.
I have found a way to delete all constraints or delete constraints by type but this is not a solution.
Best regards
Danijel
Inventor 2018/Windows 10 x64
If this information was helpful, please consider marking it as an Accepted Solution by using the Accept as Solution. Kudos are also gladly accepted.
If this information was helpful, please consider marking it as an Accepted Solution by using the Accept as Solution. Kudos are also gladly accepted.
Solved! Go to Solution.