Continue to Site

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: AHay
  • Order by date
  1. AHay

    PIC/ Hobby electronics forums

    Try the arduino: http://www.arduino.cc/ Not very expensive and very easy to use.
  2. AHay

    Computer graphics tools

    http://www.salome-platform.org/ Graphics engine, meshing, FEA and visualisation.
  3. AHay

    Barebones CAD/Tet mesher?

    http://salome-platform.org
  4. AHay

    Equaldistant point on curve

    I'm loosing my mind. KWA not PKT :)
  5. AHay

    Equaldistant point on curve

    If you have the PKT workbench you could use a reaction (as mentioned by catiajim) or you could also use a knowledge pattern. Knowledge pattern requires R16+, but reactions have been around for a while now. The big advantage with the knowledge pattern over a reaction is that it will...
  6. AHay

    Multiple Instantiation with Orientation? or Knowledge Template

    Knowledge Pattern only works at the part level (at least it did at R16) so I think your solution is the only answer, even if it isn't very elegant.
  7. AHay

    Multiple Instantiation with Orientation? or Knowledge Template

    If you want to pattern at the feature level then you could use a Powercopy or a UDF. These can be instantiated multiple times using either a script or using a Knowledge Pattern. Knowledge Pattern needs a PKT license from R16 or above. UDFs can be scripted in all versions of Catia and...
  8. AHay

    Automated CATPart & CATDrawing creation

    The company that I work for have developed a product for documenting and automating processes. Recently, we have developed an application for a customer that allows them to control Catia. For simple tasks like reading a spreadsheet and setting parameters in a model there is no real coding...
  9. AHay

    Automated CATPart & CATDrawing creation

    The best place to start would be by recording a macro in your Catia session as you change the parameters (Tools -> Macro -> Start Recording). That will generate some code that will get you started. You need to be careful though because the macro recorder does not always capture everything. You...
  10. AHay

    3D Graphics

    Coin3D, OpenInventor, OpenGL, OpenCascade, ... http://www.google.co.uk/search?q=3d+geometry+library Or if you want to make things easier for yourself, avoid C++ and try something like: Blender, Panda3D, ... Even if they don't import from 3Dstudio directly, you can probably translate to the...
  11. AHay

    ERP or In-house Program Development?

    You could take a look at some of the different open-source ERP systems that are out there (for instance http://www.erp5.org/). Even if one doesn't do exactly what you want, it may be better than starting from scratch with in-house development. Andy
  12. AHay

    CATIA V5 and using VB6

    I prefer to use late-binding with VB6 and Catia. Although it is supposed to run slower, you'll find that it is Catia that runs slow and you won't notice the difference between early-binding and late-binding. If these terms are new to you they are covered in the VB docs, so you should read up on...
  13. AHay

    Applying Macro to Document opened

    Catia.ActiveDocument
  14. AHay

    keeping Spreadsheets within the office

    Here are a few more suggestions that you may want to consider: 1) Move a core piece of functionality into a separate DLL and call that from VBA. This will make it harder for your competition to crack your code. 2) Big copyright notice on the spreadsheet and even more in the code. Slip in some...
  15. AHay

    Hole transfer

    Lets say that you have a part "A" and you publish the sketch (name = "Hole Points") containing the hole points along with some other geometry of interest (say a reference plane or datum point). Parts 'B', 'C' and 'D' all have external reference links back to the published sketch in 'A'. If you...
  16. AHay

    Hole transfer

    You can do it with a script. Alternatively you could us user defined patterns. Create a sketch containing the hole positions and publish it. Reference this in all of the other parts which need holes in the same location. In each part create the appropriate hole at one of the points and then...
  17. AHay

    powercopies and VB scripts

    I think you need a KT1 to instantiate templates, particularly through VB.
  18. AHay

    parametric design

    Just read the part about the parameters being in different parts. In this case you may want to link the parts using the External Parameters or you may want to have a common product which contains the rule to drive the parameter value.
  19. AHay

    parametric design

    You would need to create a Knowledgeware Advisor Rule The syntax would be something like: If 'length.1' >= 3000mm { value=60mm } else { value=50mm } If you don't have a KWA license then you may find the cheat on this site useful: http://coe.org/forums/messageview.cfm?catid=6&threadid=9383
  20. AHay

    using generative shape design workbench

    geometrical set is just the new name (from R13 if I remember correctly) for open bodies. The thing to watch out for is something called "Hybrid Design". If you work with Hybrid Design then your geometrical sets can appear under your solid part bodies. This can cause you problems in some...

Part and Inventory Search