Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: occo
  • Order by date
  1. occo

    Isolate External References Macro

    Dim i As Integer, j As Integer For i = 1 To myDocuments.Count If InStr(1, myDocuments.Item(i).Name, ".CATPart") > 0 And InStr(1, myDocuments.Item(i).Name, ".CATProduct") <= 0 Then myPart = myDocuments.Item(i).Part Dim iBodyCnt As Integer...
  2. occo

    Script to see what users have ST1 license?

    i4blt.exe -s -n "code2" > c:\temp\cat.fil =========================================================================== Vendor Name: CATIADBS Product Name: ST1 Product Version: R1 License Type: Concurrent Access...
  3. occo

    Gear in Catia

    here are step by step instructions http://www.rcub.bg.ac.yu/~ggajic/pub/catia/gear/
  4. occo

    Gear in Catia

    http://www.rcub.bg.ac.yu/~ggajic/pub/catia/gear/SpurGEAR.CATPart
  5. occo

    &quot;Cycle color wheel&quot; only give 4 different colors. I want more!

    I found out there is no fix for this yet, there is a PIR issued to this problem, PIR#4706792
  6. occo

    Cannot change the CL output directory for ASCII

    in the $SDRC_INSTL/nc directory there is a file called .mfg_param, in this file are some parameters where you can set the default CL directory to be where you want it. this file can also be copied to your local home directory and be unique to each user.
  7. occo

    &quot;Cycle color wheel&quot; only give 4 different colors. I want more!

    When you go to Options -> colors, how many colors are listed there? On that same form, how many colors do you see when you click the "Fixed Colors" button? Does the "color cube" look right? Can you create new colors? Blue = [red=0,green=0,blue=100] Cyan = [red=0,green=100,blue=100]

Part and Inventory Search

Back
Top