Search found 8 matches

by Fred_44780
Tue Mar 10, 2020 5:55 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

Re: TopSolid V6 - PushElementOnStack

Hi,

It's perfect everything works !!

Thank you for the time you have given me .. And especially for the explanations that allow me to understand how it works. There are few resources and few users, it's great to have taken the time to help me.

Thank you..
by Fred_44780
Mon Mar 09, 2020 5:53 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

Re: TopSolid V6 - PushElementOnStack

My result :

Image

He find the good "@"
by Fred_44780
Thu Mar 05, 2020 5:46 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

Re: TopSolid V6 - PushElementOnStack

Hi, My entire code : Public Class Form1 Dim TopApp As TopSolid.Application Dim TopDoc As TopSolid.Document Dim TopElt As TopSolid.Element Dim TopElt2 As TopSolid.Element Dim Folder As String Dim Trouver As String Dim Cherche As String Private Sub Form1_Load(sender As Object, e As EventArgs) Handles ...
by Fred_44780
Wed Mar 04, 2020 6:04 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

Re: TopSolid V6 - PushElementOnStack

So we got the element position. That is what i know. We have to get inside sub groups to get the real element. I didn't have this notion at all, it is now understandable! Thank you ;) VB TIPP: You have to debug your VB program. Use "PAUSE" (red dot on left in the image below) to pause you...
by Fred_44780
Tue Mar 03, 2020 5:53 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

Re: TopSolid V6 - PushElementOnStack

In the video, we see that when I launch the application (the code in VB.NET), we launch the "edmodel.lip" function. This function requires "the part to be edited" (in the video I zoom in on it, with yellow fluorescent, look at 0:40 to 1:05). I click on the "@ 2352" item...
by Fred_44780
Mon Mar 02, 2020 9:14 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

Re: TopSolid V6 - PushElementOnStack

Good evening to you, I tried the code but without success, I stopped at vb code, I did not look at your .lip file (I would take the time later) because if I block before, I suppose that it does not serve to go further ^^ I struggled to explain my concern, and therefore my need: I'm looking to save a...
by Fred_44780
Fri Feb 21, 2020 6:39 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

Re: TopSolid V6 - PushElementOnStack

Good morning all,

To summarize and relaunch my subject, I would have to modify the .lip file of the analyze function by integrating the element "@ 2352" and therefore withdraw its functioning since the function requires an element to analyze.

Cordially
by Fred_44780
Sat Feb 08, 2020 10:57 pm
Forum: Specific Development
Topic: TopSolid V6 - PushElementOnStack
Replies: 14
Views: 14993

TopSolid V6 - PushElementOnStack

Hello everyone, I'm looking to "click" (select) the element "@ 2352" which corresponds to a view of a drawn document (.dft). For example, here is my code: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load TopApp = New TopSolid.Application TopDoc = TopAp...