Get titleblock data and fill sheet parameter without one-by-one processing

Why not

  1. Get all titleblocks directly with an all elements of type method, an all instances of method, or an all elements of category method.
  2. Get what sheet they are on by pulling the name or number value from the TB’s parameters.
  3. Get other data from each TB and build a dictionary where the ordered list of values is the data, and the Key is the sheer number or name.
  4. Pull all sheets using a all elements of category node.
  5. Get all sheets numbers or names.
  6. Get the values from the dictionary for each sheet and set the parameter values accordingly.

A sample graph and data set would help here.

1 Like