Jump to content

Search the Community

Showing results for tags 'loop'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements
    • Announcements
    • News You Need
    • Job Board
  • Feedback
    • Roadmap
    • Wishlist - Feature and Content Requests
    • Known Issues
    • Wishes Granted / Issues Resolved
    • Forum Feedback
  • General
    • Troubleshooting
    • General Discussion
    • Architecture
    • Site Design
    • Entertainment
    • Vision and Previsualization
    • Braceworks
    • ConnectCAD
    • Energos
    • Rendering
    • Workflows
    • Buying and Selling Vectorworks Licenses
    • Hardware
  • Customization
    • AI Visualizer
    • Marionette
    • Vectorscript
    • Python Scripting
    • SDK
    • 3rd Party Services, Products and Events
    • Data Tags
  • Solids Modeling and 3D Printing
    • Subdivision
    • Solids Modeling
    • 3D Printing
  • Vectorworks in Action
  • Archive
    • Resource Sharing
    • Machine Design

Calendars

  • Training Events
  • Coffee Breaks
  • Essentials Seminars
  • Webinars
  • Community Groups

Categories

  • Knowledgebase
    • Tech Bulletins
    • Troubleshooting
    • Workflows
    • How To
    • FAQs

Categories

  • Marionette - Objects
  • Marionette - Networks
  • Marionette - Nodes
  • Marionette - Menu Commands

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Occupation


Homepage


Hobbies


Location


Skype

Found 2 results

  1. I have a code that looks something like this: Get Keyboard input -> get mouse coordinates at click -> place object at position of mouse click and with scale of keyboard input So for example: press 7, click 0,0 --> get object at 0,0 with scale 7. My problem is that tool commands can only really be activated when you click with your mouse. Since the keyboard input happens before the click there would have to be an additional click before the keyboard input which is not optimal because I want the whole thing as efficient as possible. I can of course get the mouse/position input first and the keyboard/scale input second but this would also necessitate an extra step to signify when the keyboard input is complete (which would normally happen through the mouse click). It also wouldn't allow me to run a temptool that shows the appearance/scale of the object before you past it/click. Then there is the option to run all of this in a loop, something like: REPEAT Get Keyboard input get mouse coordinates at click place object UNTIL But this has the problem that, while I am in a loop I can't really use the other functions of the program like zooming in or shifting the screen which makes the whole thing a bit uncomfortable to use. This might be a little bit complicated to get around. Is there any way to activate a tool with a key stroke, or to get access to the normal program functions during a loop? Would be great if anybody knows if that is possible. I can share the whole code if needed.
  2. I have uploaded a video which is easier than words... here is my issue: In this case I have 2 squares, and I need to select the 1st square clicking on its middle-point... the issue is that there are 2 overlapping snap-points, and VW selects only the one positioned as last one, which stands on top. Is there any way to "loop" or "cycle" through the available snap points? Snap.mov
×
×
  • Create New...