Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

custom view orientation or pauze loop

Anonymous

custom view orientation or pauze loop

Anonymous
Not applicable

I have a code created to automatically to create drawings of my steel plates. But in some cases I need custom view orientation. How can I call?

 

Or can I stop my program. custom view orientation calls manually change and then restart?

 

below I have few bits that I tried but no success please

 

help my please I search there for a very long time to

 

Dim testFace As Face 

Try
testFace = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kAllCustomGraphicsFilter, "Select  face") 
Catch ex As Exception
End Try

If (testFace Is Nothing) Then
Return
End If


'can I change this so that I can work manually and when I save the program resumed?
console.Writeline ("test")
console.readkey (n)

MessageBox.Show "Message", "Title"


This code not recognize ilogic?

THANK YOU 😄

0 Likes
Reply
Accepted solutions (1)
331 Views
1 Reply
Reply (1)

Anonymous
Not applicable
Accepted solution

 

 

I found the solution on my own 

 

I made a macro and a userform  vba. And the result works. Solved

 

0 Likes