Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys,
I'm trying to make an adding that could automatically create columns from imported cad file so my plan is to filter the elements from imported cad by layer name and I managed to get a list of GeometryObject which I cast to a list of polyLines then I got also the center point of each polyLine.
Now my question is,
Using doc.Create.NewFamilyInstance(Location, symbol, level, structural type) function, How can I use the list of polylines I have to create FamilySymbols by the dimensions of unique values of polylines and pass it to to the function?
Another question, Do I need to use foreach loop to send the list of points I have point by point or there is another way ?
Solved! Go to Solution.