11-21-2024
03:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-21-2024
03:33 PM
Hey Jerry hope you're doing well! This worked for me using the iLogic functions.
Dim PT_100_1 = Components.Add("PT_100:1", "PT_100.ipt", grounded := True) Dim PT_300_1 = Components.Add("PT_300:1", "PT_300.ipt") Constraints.AddMate("Mate:1", "PT_100:1", "Face1", "PT_300:1", "Face0") Constraints.AddFlush("Flush:1", "PT_300:1", "Face1", "PT_100:1", "Face2")
Dim offsetExpression As String = "Return_Rail_Liner_Thickness * -1.0 ul" Constraints.AddFlush("Flush:2", "PT_300:1", "Face2", "PT_100:1", "Face3",offsetExpression)