Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng 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?

    ...Set hybridShapePointOnCurve1 = hybridShapeFactory1.AddNewPointOnCurveWithReferenceFromDistance(reference2, reference1, D * i, False) hybridShapePointOnCurve1.DistanceType = 1 hybridBody1.AppendHybridShape hybridShapePointOnCurve1 part1.InWorkObject =...
  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?

    ...As HybridShapePointOnCurve Set hybridShapePointOnCurve1 = hybridShapeFactory1.AddNewPointOnCurveWithReferenceFromDistance(reference2, reference1, D * i, False) hybridShapePointOnCurve1.DistanceType = 1 hybridBody1.AppendHybridShape hybridShapePointOnCurve1 part1.InWorkObject =...
  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

    ...As HybridShapePointOnCurve Set hybridShapePointOnCurve1 = hybridShapeFactory1.AddNewPointOnCurveWithReferenceFromDistance(reference2, reference1, D * i, False) hybridShapePointOnCurve1.DistanceType = 1 hybridBody1.AppendHybridShape hybridShapePointOnCurve1 part1.InWorkObject =...
  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

    ...As HybridShapePointOnCurve Set hybridShapePointOnCurve1 = hybridShapeFactory1.AddNewPointOnCurveWithReferenceFromDistance(reference2, reference1, D * i, False) hybridShapePointOnCurve1.DistanceType = 1 hybridBody1.AppendHybridShape hybridShapePointOnCurve1 part1.InWorkObject =...
  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