jmarkus
Mechanical
- Jul 11, 2001
- 377
I am using
To get all of the objects on layer "lay" in my list. However, I actually only want to keep objects of type curve, point, solid body or sheet body in that list and no other types.
How I can filter out my list?
Thanks,
Jeff
Code:
allObjects = workPart.Layers.GetAllObjectsOnLayer(lay)
To get all of the objects on layer "lay" in my list. However, I actually only want to keep objects of type curve, point, solid body or sheet body in that list and no other types.
How I can filter out my list?
Thanks,
Jeff