Mahendra Singh
Mechanical
- May 5, 2020
- 3
Hello there
I have implemented a number of connector WirePolylines using Python scripting. I intend to a create Set out of these wire features and then do a connector assignment for this wireset. I am finding it difficult to capture all these freshly created (wire)edges via Python scripting as .getSequenceFromMask() is confusing. Is there any way to select all wire edges which I just created and put them in a set?
The slower method of looping the bulk of code for
[ wire creation - defining wire set using .getSequenceFromMask() for each wire - assigning connector section]
for each wire does work but I wanted to do it in one go.
Any help would be highly appreciated.
Regards
I have implemented a number of connector WirePolylines using Python scripting. I intend to a create Set out of these wire features and then do a connector assignment for this wireset. I am finding it difficult to capture all these freshly created (wire)edges via Python scripting as .getSequenceFromMask() is confusing. Is there any way to select all wire edges which I just created and put them in a set?
The slower method of looping the bulk of code for
[ wire creation - defining wire set using .getSequenceFromMask() for each wire - assigning connector section]
for each wire does work but I wanted to do it in one go.
Any help would be highly appreciated.
Regards