Browse By Tags

  • Key-In: Select Clipping Element for Reference Clip Boundary

    Hello, I have a set of plans sheets that need to reference a master file. The master file then has to be clipped to a specific element on a specific level. I am trying to automate this process using a batch process. In order to begin the clipping…
  • How to select an element that is in a reference

    I have an enumerator that holds elements both in a reference and in the current design file. I need to selece certain elements, from either of the files I can select the ones in the current design file with; ActiveModelReference.SelectElement oElement…
  • How to select an element that is in a reference?

    I have an element enumerator that holds elements both in a reference and in the current design file. Set oEnumerator = ActiveModelReference.GetSelectedElements 'Capture the selected elements ActiveModelReference.UnselectAllElements 'Unselect all, ready…