Thank you! I was trying to use "InStr" with no success.
To complete the script, I updated to add the "." back into the name:
Sub CATMain()
CATIA.HSOSynchronized = False
Dim osel As Selection
Set osel = CATIA.ActiveDocument.Selection
osel.Search "CATAsmSearch.MfConstraint,in"
Dim...
I'm open to selecting all the constraints, BUT then I need assistance to search the string only to the character "." and remove anything after. The current code would result in "Fix.11" versus "Fix.1". Easy in excel, but not so much in CATIA.
I know the following is NOT the most efficient method but I'm having a hard time finalizing the code even though I'm sure it's simple enough. I would appreciate 1. some feedback to eliminate the specific text (eg: Fix., Coincidence., Offset.) with a variable 2. I've had success calling the...
I'm new to designing checking fixtures/gauges, but not to tool design. Is there an industry standard to reference when identifying a series of SPC holes (used with a dial indicator)?
How about Go/No-Go and clamping order?