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. TudorM

    How to Define Circle Edges for Points in CATIA VBA?

    why not selecting the cyl edges instead ?
  2. TudorM

    Catia create points using Excel data

    To remove "IF" : assume that excel it's allready opened or create one . To remove "while" , i presume that columns will always be X , Y, Z ? Dim i As Integer For i = 2 To rowsnum x = osheet.Cells(i, 1).Value y = osheet.Cells(i, 2).Value z = osheet.Cells(i, 3).Value Set opoint =...
  3. TudorM

    Catia create points using Excel data

    why do you need "j" and to count columns ?
  4. TudorM

    Catia create points using Excel data

    You dealed with so many codes , CAA and other stuff.Are you sure you can't solve this one ?
  5. TudorM

    catia libraries issue

    Thank you Eric!
  6. TudorM

    catia libraries issue

    The silence means the answer is there somewhere , or eveyone is on holiday ? [smile] For vs one i think the reference path will do the trick , but i got in another problem with accessing the v5 aplication , that one i think is not an easy fix . For integrated vba in v5 did not found yet any...
  7. TudorM

    catia libraries issue

    Hi Could someone point me please what is wrong with catia libaries , will explain a little more the problem i got below . So i have couple of CATIA versions installed on my machine : V5 ,3DX . I noticed that either in integrated V5 VBA or when using VS for automation if i have both 3dx and v5...
  8. TudorM

    Catia V5 to 3DX transition - Flexible components

    3dx users any suggestions ? No more V5 components for 3DX ?
  9. TudorM

    Catia V5 toolbars

    Sorry Lwolf your message was not on screen when i posted . I guess you was faster :)
  10. TudorM

    Catia V5 toolbars

    When the toolbar is vertical keep pressed left click on it + SHIFT, will become horizontal .
  11. TudorM

    Obtain Edges of Selected Face in C# / Makro

    That part with partbody is not necessary. For geoset you can add one random to use : HybridBody hybridBody1 = (HybridBody)hybridBodies1.Add();
  12. TudorM

    Obtain Edges of Selected Face in C# / Makro

    First time i made a code in C# but challenge accepted : { PartDocument partDocument1 = (PartDocument)catia.ActiveDocument; Document partDocument = (Document)partDocument1; Selection osel2 = (Selection)partDocument.Selection; string status2...
  13. TudorM

    Obtain Edges of Selected Face in C# / Makro

    How i see this : If you want to findout nr. of all of your edges, use this : Selection.Search ("Topology.CGMEdge,all") If you need for a specific face : 1 : if it's a face of a solid you need to use that face as a reference - make an extract-add to selection that surface and use...
  14. TudorM

    Obtain Edges of Selected Face in C# / Makro

    What is "_native_face" ? The face must be extracted or has been allready made in your catpart tree before added to selection.
  15. TudorM

    CATScript - Line2D.GetOrigin returning wrong coordinates

    Have you tried ? set opoint = thegeom.startpoint opoint.GetCoordinates (org)
  16. TudorM

    CATScript - Line2D.GetOrigin returning wrong coordinates

    Strange ... It looks like X = 0 when the line is first time drawn and Y is taken from blue axis. This means your line was moved from original drawn position. Try to use TheGeom.startpoint and getcoordinates from point as a workaround.
  17. TudorM

    CATIA Macro for Assembly Constraints

    Check this link will be for help : http://catiadoc.free.fr/online/CAAScdAsmUseCases/CAAAsmCstOnPublish.htm
  18. TudorM

    Catia macro PasteAsResult

    Make an allcatpart, then assembly all bodies in main body , copy this catpart in a product and make again an allcatpart.
  19. TudorM

    CATIA Macro create dead solid?

    Grate answer LWolf !
  20. TudorM

    Exported drawing in PDF, not select

    There is setting in catia if you want to save all sheets in one pdf : tools- options- compatibillity- graphic formats - save in single vectorial file .

Part and Inventory Search