implement a Python TUI scrip
- Alejandro
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
14 years 1 day ago #4930
by Alejandro
implement a Python TUI scrip was created by Alejandro
HI, I need a implement a Python TUI script in Salome that detects free surfaces and boundaries and deletes them, and another one which creates break points if there are intersecting line. Someone can help me?
- JMB
- Offline
- Elite Member
Less
More
- Posts: 166
- Thank you received: 0
13 years 11 months ago #4940
by JMB
Replied by JMB on topic Re:implement a Python TUI scrip
Alejandro wrote:
Hello Alejandro,
Here is a partial answer:
[code:1]
Vertex_Intersect = geompy.MakeVertexOnLinesIntersection(Line_1, Line_2)
[/code:1]
Regards, JMB
... another one which creates break points if there are intersecting line
Hello Alejandro,
Here is a partial answer:
[code:1]
Vertex_Intersect = geompy.MakeVertexOnLinesIntersection(Line_1, Line_2)
[/code:1]
Regards, JMB
- Alejandro
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
13 years 11 months ago #4956
by Alejandro
Replied by Alejandro on topic Re:implement a Python TUI scrip
THanks for the help JMB
Moderators: catux
Time to create page: 0.122 seconds