Jump to content

Search the Community

Showing results for tags 'vectors'.

  • 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 3 results

  1. I regularly need to bring a shape from Illustrator into Vectorworks, and I hate redrawing things. I thought it would be helpful to explain the whole thing here so others can comment, or to see if other folks have different methods. VWX interprets vertices totally differently then Adobe Illustrator. 75 vertices in the adobe world becomes 305 points in Vectorworks. Massive bloat. In illustrator, make sure your path is/are as simple as possible. Similarly to Vectorworks, there's an Object-->Path-->Simplify function. If you hope to do anything with those objects in VWX, make sure your paths are closed (I.e., "joined" in Illustrator) Save the illustrator file as an AI just to be safe (if you haven't already) File-->Export As-->DXF default settings are fine Set up a scratch VWX file so you're not importing garbage into your VERY IMPORTANT PROJECT. In VWX, File-->Import-->Import Single DXF default settings are fine Cool ! Now you have your object and it comes in as a polyline. Make sure it's "closed." If for some reason you get overlapping paths, you can try to repair it using this method You can also use the paint bucket tool (2D polygon) to fill in the shape if it came in all junky. Sometimes this results in less vertices. Sometimes it doesn't. Scale it to the appropriate size. Congratulations!!!!
  2. Hello, I'm looking for some hits how to solve the following problem. I want to create a script that converts base curve (any Nurbs in 3D, green curve in the picture) into zigzag line around it, but on the same plane (red curve in the picture). I thought it might work in following steps: Base curve (green) -> Offest on both side -> divide curves into same number of points -> sorting points -> creating nurbs Curve based on sorted list But this fails on sorting step. I had other idea, using vectors: base curve (green) -> points on curve -> Perpendicular Vectors from these points -> every 2nd Vector turn -180deg -> move point along vectors in both directions -> creating nurbs Curve based on moved points But I don't know how to create adequate Vectors in 3D. I will most grateful for any help/hints how to solve this.
  3. Having trouble getting vectorscript functions that require a vector as parameter to work properly. In the snippet of code below, I think that ang should equal 45°. But the dialog tells me -90° and then I get the error shown in the attached file: pt= [1,1] ang = vs.Vec2Ang(pt) vs.AlrtDialog(ang)
×
×
  • Create New...