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

    How to extract the values from prodcut properties window

    Got solution for this MyProdcut.DescriptionRef thank you
  2. Sidtha

    How to extract the values from prodcut properties window

    Hello, Could some one help me to get the values from prodcut properties window. sProd_Nom = MyProduct.Nomenclature sProd_Def = MyProduct.Definition with this i am getting only 2 but i need description and revision and all.
  3. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Hi, Sorry i was not able to get the same.
  4. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    xpos = oDrwView.Item(i).x----Position based on view ypos = oDrwView.Item(i).y----Position based on view H = CurrentText.x---Position based on sheet V = CurrentText.y---Position based on sheet VIEW A6-6BEFORE/AFTER MODIFICATION 935.219970703125 350.777282714844 8914-HORIZONTAL...
  5. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    xpos = oDrwView.Item(i).x ypos = oDrwView.Item(i).y this will give the postion of X Y co ordinates of balloons based on view. H = CurrentText.x V = CurrentText.y this i thought this will give postion of Balloon based on sheet but its not happening. Can you help me to get the postion from the...
  6. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Hi, Thank you for reply. step 1 position of balloon in view Yes below is my code i am getting postion of balloon based on view postion Sub BOMExtract() Dim CATIA As Object Dim myselection As Selection Dim textlist() As String Dim showstate As CatVisPropertyShow Dim dblViewScale As Double Dim...
  7. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Can some help me to get the position of a balloon in catia v5 drawing like H7 as shown in picture.
  8. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Thank you 3DDave will try your suggestion. can you help me if you have some sample code to extract the same like you said. Thank you
  9. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Yes for drawing sheet we have grid or zone values like horizontal numbers and vertical Leterrs like shown below. Its STD template so wanted to check if the text or balloon belongs to which Zone like "A1,B2,,," like that.
  10. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Hi LWolf, Yes i tried as you suggested but i am getting only the co ordinates. Not geeting as i mentined in my question. below is the code updated one. Need to export the Balloon position like D2 refering with frame values. For i = 1 To oDrwView.Count For numtxt = 1 To...
  11. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Hello All, I am getting the Balloon number from the catia V5 drawings but not able to get the postion of the balloon from the draing view. Below is my code to get the balloon number, Please help me to get the balloon positon from the drawing view. Dim wb As Workbook, ws As Worksheet Sub...
  12. Sidtha

    How to get the Balloon Position from CATIA V5 Drawings using VBA

    Hello All, I am getting the Balloon number from the catia V5 drawings but not able to get the postion of the balloon from the draing view. Below is my code to get the balloon number, Please help me to get the balloon positon from the drawing view. Dim wb As Workbook, ws As Worksheet Sub...
  13. Sidtha

    Delete Useless elements from Geometrical sets in Catia using vba

    Hello All, Could you help me to Delete Useless elements from Geometrical sets in Catia using vba. Here is my code which is double clicking on above part but need to double click on highlighted part and then click on Tools >> Delete unused elements If (Mid(MyCurrPN, 18, 4) = "-BGE" Or...
  14. Sidtha

    Remove Broken Publications from CAITA V5 Using VBA

    Thank you weagan22 It works fine
  15. Sidtha

    Remove Broken Publications from CAITA V5 Using VBA

    Hello All, I wanted to remove the broken publication link as shown below. Written basic to get all publications. My question is macro listing all publications but it has to list out only broken publication as it was having yellow "!" symbole. Sub CATMain() Set CATIA = GetObject(...
  16. Sidtha

    How to change connection string for Pivots using vba

    Hello All, I have create below code to change or update the connection file using excel vba, But its changing path in Connection file but not updating in Connection String. Could some one please help me to solve this issue. Sub Update_PivotConnection() Application.StatusBar = "Macro is...
  17. Sidtha

    How to Place Bolt and Nut using vectors and grip length

    Hello All, I have created below VBA macro in excel for CATIA V5 to insert the parts from CADLib and place as per the co ordinates and vectors. INPUT for macro: My QUESTION: Parts are inserting to particular location but not aligning properly. Please help me to solve this. Sub CATMain()...
  18. Sidtha

    Insert part and product inside product

    Hi ferdo, Yes i am able to insert a STD parts from CADLIB, but i am facing issue as its not placing properly with HnF reference. below is my result. Could you please help me to place properly. Below is the code to place the STD parts Sub CATMain() lastRow = WS.Cells(Rows.Count...
  19. Sidtha

    Insert part and product inside product

    Dear All, I want insert an STD part inside a product using vba please help me for it. ---First need to create a new product using insert new product name should be (STD_parts) ---After this need call STD parts from the local folder and positioned in a product. Parts should be place using excel...
  20. Sidtha

    Extract Parameters below HybridShapes VBA

    Hi LWolf, I got the result as expected thank you Set parameters1 = oCurrentTreeNodePart.Parameters.SubList(objShapeHS, False) BR Siddu

Part and Inventory Search