ebdoep2
Mechanical
- Apr 21, 2011
- 27
I have a wire feature created at the assemble level. I need to through a python script create a sets of the edges that make up the wire. I have looked at mdb.models['Model-1'].rootAssembly.features['Wire-1'] but because it is a "feature" it does not have "edges" as a property. To create the set I would usually use the below line, but I don't have the "something.edge"
mdb.models['Model-1'].rootAssembly.Set(edges="something.edges", name='Lower_Act_Wire_Set')
As always help is appreciated.
mdb.models['Model-1'].rootAssembly.Set(edges="something.edges", name='Lower_Act_Wire_Set')
As always help is appreciated.