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

    How to move a line in a drawing?

    Achieved in this way Dim Direction(), Origin() SelectAll "CATDrwSearch.2DGeometry.Name=BomHead_Line*" count = Selection.Count2 For i = 1 To count ReDim Direction(2), Origin(2) Set Line=Selection.Item2(i).Value Line.GetDirection(Direction) Line.GetOrigin(Origin)...
  2. fuzhonghua

    How to move a line in a drawing?

    Hi, This way of moving is not good: In the case of unknown coordinate values, you cannot delete a line and then create a new line, especially when there are multiple lines. So, how to easily move a line(Line2D)? Thanks!
  3. fuzhonghua

    CATIA

    Oh I'm sorry,What does this code do?It can run successfully on V5r18, but not on V5r21
  4. fuzhonghua

    CATIA

    这些语句是什么意思,这里这个类型是什么意思,这些语句有何作用啊? Selection.Clear Dim HSOSynchronizedFilter(0) HSOSynchronizedFilter(0) = "SetCATIADotHSOSynchronizedToFalse" Selection.SelectElement2 HSOSynchronizedFilter ,"",False

Part and Inventory Search

Back
Top