create a part with python script
create a part with python script
(OP)
Hi,
I'm trying to build a part representing a stone vault's ashlars from a list of the vertices'coordinates using a python script. I managed to import the coordinates of the points but I can not build a solid, since I can not build a two-dimensional sketch. Can I use the attributes of the part, that is to say vertices, edges,..? Can vertices be a list of coordinates?
Thanks in advance for answers.
I'm trying to build a part representing a stone vault's ashlars from a list of the vertices'coordinates using a python script. I managed to import the coordinates of the points but I can not build a solid, since I can not build a two-dimensional sketch. Can I use the attributes of the part, that is to say vertices, edges,..? Can vertices be a list of coordinates?
Thanks in advance for answers.





RE: create a part with python script
Leastways that's how it used to be done.
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: create a part with python script
Sorry but I don't really understand how to realize the FEA deck.
Do you mean that I need to write a .inp file starting from my coordinates?
Because I have only the coordinates of the vertex and not the mesh node's ones.
Thanks,
Lucia
RE: create a part with python script