02-03-2017 06:49 AM
Please tell me, how to display multiple instances of different PartFamily in one grid.
For example, I have a part family called "Power transformer" which has properties "Length", "Width" and "Height" and part family called "Cabinet" which is also has these properties.
How can i see all measurements of power transformers and cabinets in single grid? Is this possible?
My first thought was to create another part family - "Measurement", create a connection for it and populate it within a formula. In my Custom.vb file i created a method, which returns a collection of objects, containing these properties, but unfortunately, it's not working. Maybe there is a way to cast object to specific Rulestream.Kernel.Part?
Solved! Go to Solution.
02-06-2017 02:29 AM
No special tricks required. Just specify the valid part families and you can add them.
02-07-2017 05:52 AM
It works!
Thank you, Yuri