Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations Ron247 on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ArcMcE

  1. ArcMcE

    Journal to move assembly components beginning with a certain letter to a layer

    Hello, I managed to fix this myself - It's messy but it does the job! I hadn't passed the 'workpart' to the 'reportComponentChildren' sub. If anyone has any general tips for cleaning up this code, I'd be happy to hear them. Option Strict Off Imports System Imports System.Collections Imports...
  2. ArcMcE

    Journal to move assembly components beginning with a certain letter to a layer

    Hello, I've been trying to create a journal to send all components in an assembly which begin with a certain letter (in this case 'F') to a layer. I've tried loads of bits of code from other similar threads online, but cant get any of them to work. I think the problem might be that I am using...
  3. ArcMcE

    Journal to move components visible to the user to layer

    Thanks Cowski, I found some information on 'IdentifyExteriorUsingHl' which has mostly worked for what I'm doing. Ill play around with it and see what I get.
  4. ArcMcE

    Journal to move components visible to the user to layer

    Hello, I'm trying to create a journal to move the components in an assembly that are currently visible to the user, to a layer. I pulled together the following code using .AskVisibleObjects, but this has the effect of moving everything on screen to the layer. Option Strict Off Imports System...

Part and Inventory Search