Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Vb question making a script Loop


Recommended Posts

here is the Script:

code:

'////////////////////////////////////////////////////////////////////////////////

'//

'// Author: Crazy^Millman

'// Date: 06/06/2005 03:00 PM

'// File Name: New Mastercam Script

'//

'// Description: Change any line to Solid Line

'//

'// Comments: Quick Nasty and Dirty but works

'//

'////////////////////////////////////////////////////////////////////////////////

 

 

'///////////////// My Constants /////////////////

Dim bRet

Dim intType

 

'///////////////// My Global Variables //////////

 

 

 

' -- Start Script

Call Main()

 

 

' ////////////////////

' Sub Declaration

' ////////////////////

Sub Main()

 

' -- Prompt the user

bRet = AskForEntity("Pick something!",7)

 

'Call RunMastercamCommand(Window)

 

' -- Ok?

If bRet Then

' -- Get the type of entity selected

'intType = MarkWindow(intType,mc_selected,mcWINDOW_INSIDE_INTR)

 

' -- Echo the type #

' ShowValue "Entity type # = ", intType

 

SetEntityStyle(1)

 

While intType < 1

 

Wend

 

 

End If

 

End Sub

I hacked it out of a change Color and Type script. I am wanting this script let me pick entities and change them to soild line from Hidden line. The reason for this is Solid Layout not doing right and have to unhide all well makes 1000's of line that need to be solid and to analze all of those and make them soild ro redraw them sucks so if I could pick a window of entites and change them from hidden line to soild line then time goes to 1/1000 to do the same task. I hope I make sense and someone cna help get the loop to work right.

 

Thanks and any help would be appericated.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...