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: *

  1. Neerajjo

    How to measure angle between two line using macro?

    this is my complete code. Sub CATMain() Dim partDocument1 As PartDocument Set partDocument1 = CATIA.ActiveDocument Dim part1 As Part Set part1 = partDocument1.Part Dim hybridBodies1 As HybridBodies Set hybridBodies1 = part1.HybridBodies Dim hybridBody1 As HybridBody Set hybridBody1 =...
  2. Neerajjo

    How to measure angle between two line using macro?

    yes i did, formula is created but line link is not taken.
  3. Neerajjo

    How to measure angle between two line using macro?

    formula not taking link.
  4. Neerajjo

    How to measure angle between two line using macro?

    Dim hybridShapeFactory1 As HybridShapeFactory Set hybridShapeFactory1 = part1.HybridShapeFactory Dim hybridShapePointOnCurve1 As HybridShapePointOnCurve Set hybridShapePointOnCurve1 = hybridShapeFactory1.AddNewPointOnCurveWithReferenceFromDistance(reference2, reference1, D * i, False)...
  5. Neerajjo

    How to measure angle between two line using macro?

    How can i measure angle between lines using macro?
  6. Neerajjo

    How can we use reference in loop, t

    How can i measure angle between two line? I made the code but formula not taking line reference , i have write the name of line but its not taking. Dim hybridShapeFactory1 As HybridShapeFactory Set hybridShapeFactory1 = part1.HybridShapeFactory Dim hybridShapePointOnCurve1 As...
  7. Neerajjo

    How selected line can be use as a d

    I have made this code but parameter not taking line reference.
  8. Neerajjo

    How selected line can be use as a d

    Dim hybridShapeFactory1 As HybridShapeFactory Set hybridShapeFactory1 = part1.HybridShapeFactory Dim hybridShapePointOnCurve1 As HybridShapePointOnCurve Set hybridShapePointOnCurve1 = hybridShapeFactory1.AddNewPointOnCurveWithReferenceFromDistance(reference2, reference1, D * i, False)...
  9. Neerajjo

    How selected line can be use as a d

    How can i measure angle between lines using macro?
  10. Neerajjo

    How can we use reference in loop, t

    thanks Lwolf , Code is working.
  11. Neerajjo

    How selected line can be use as a d

    i made now no error in giving direction, but now line code showing error.
  12. Neerajjo

    How selected line can be use as a d

    Means like I define opoint , same I have to define line also.
  13. Neerajjo

    How selected line can be use as a d

    I have tried many times but its not working. please help.
  14. Neerajjo

    How selected line can be use as a d

    it says object required.
  15. Neerajjo

    How can we use reference in loop, t

    LWolf ,-I want to use line as direction but it's not working. Please help.
  16. Neerajjo

    How selected line can be use as a d

    How selected line can be use as a direction?
  17. Neerajjo

    How can we use reference in loop, t

    Please once again reveiew.
  18. Neerajjo

    How can we use reference in loop, t

    your code stop at selecting press direction , i think defining direction as object has some issue can you confirm it once again.
  19. Neerajjo

    How can we use reference in loop, t

    its not working: stops here:

Part and Inventory Search

Back
Top