Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Curtis_Waguespack
in reply to: JBerns

@JBerns 

 

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)

 

Curtis_Waguespack_0-1732231850487.png