Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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: *

  1. hoangthe

    GET THE FOLDER LINK OF .CGR IN PRODUCT (FULLNAME)

    I want to get the source of the .cgr file in product. is there any code to do this? get the link as in the image.
  2. hoangthe

    Automatically generate front view

    I have a 3D object, and now I want to automatically generate a front view using a macro. However, the projection is tilted. Is there any way to make the projection straight? Sub CATMain() On Error Resume Next Dim oPartDoc As PartDocument Dim oCurrentDoc As Document Dim oPart As Product Dim...
  3. hoangthe

    Find the circle

    kantoku. thanks for your help, it's great
  4. hoangthe

    Find the circle

    kantoku Thanks. I see this code select all arcs (not closed circles) how can only closed circles be selected?
  5. hoangthe

    Find the circle

    is there a way to select the circle?
  6. hoangthe

    Find the circle

    Little Cthulhu do you have any command to find them? tôi đang muốn tạo một macro như lệnh " hole dimension table" của catia
  7. hoangthe

    Find the circle

    I have a projection drawing from 3d, i need to find holes in circle in 2d drawing bane with macro but failed. Can anyone help me see where the error is? Sub CATMain() Dim drawingDocument1 As DrawingDocument Set drawingDocument1 = CATIA.ActiveDocument Dim SelectionsAll As Selection Set...
  8. hoangthe

    create a line from one face of another part in the product

    So is there a way to make a line from a macro that takes a face from another part?
  9. hoangthe

    create a line from one face of another part in the product

    I want to create a macro to contour the face of another part in the product. How can I create a surface like the one in the picture with a macro?
  10. hoangthe

    Choose hole also size

    Is there any code to select the holes in the drawing with the same size?
  11. hoangthe

    Add a new part to the product with the coordinates of the previous point

    jasoncwells I need a macro to be able to do that. Can you be more specific? thank you very much!
  12. hoangthe

    Add a new part to the product with the coordinates of the previous point

    I have points in the prouct as shown below,Is there a macro that adds a new part to the product that takes the origin of those points? Can anyone give me some suggestions, that would be great.
  13. hoangthe

    Get drawing envelope size with macro in catia

    I often have to take the bounding dimensions of the drawing. so I intend to use macros to get them. but i tried many ways without success. Does anyone know any code to do that, not just me. for example get the envelope size of this figure.
  14. hoangthe

    Select CNEXT.exe catia to run external .exe application

    besides this way, is there any other way?
  15. hoangthe

    Select CNEXT.exe catia to run external .exe application

    little Cthulhu! can you show me more please? I'm using visual basic 6.0
  16. hoangthe

    Select CNEXT.exe catia to run external .exe application

    I am running a VBA program that runs outside of Catia. But it only accepts the first CNEXT.exe of the Catia. when I run multiple CNEXT.exe at once, how can I run programs besides Catia on all CNEXT.exe I am running. Hopefully I've explained what I'm trying to do well enough for some blanks to be...

Part and Inventory Search