-
Posts
461 -
Joined
-
Last visited
-
Super! The naming was not too intuitive. Then i make a go and try scripting this up. 🙂 Were you able to get any of these functions to work. I am trying to get the texture applied to apply in auto-align mode but I can't. It only applies in surface uv which rotation is not consistent.
-
Vectorworks 2026 Update 2.1 Available for Download
The Hamma commented on JuanP's article in Tech Bulletins
Can we get an example or video of the door and window enhancements? -
I am trying to import a geotiff and a obj file both created from the same session export from DJI Terra. My issue is I can get both images to import close to the known point and I understand that there may be a margin of error between what is know and what is calculated by DJI Terra. I did use an onsite RTK unit. My issue is that I don't know why both the tif and the obj are not coming in at the same location considering they are from the same batch. EPSG was set to 6479 in both DJI Terra and Vectorworks. Source and sample attached. terra_obj.zip DJI Terra.vwx
-
Data Visualization Options
The Hamma replied to The Hamma's question in Wishlist - Feature and Content Requests
They added this option in Vectorworks 2025! -
Version 1.0.0
20 downloads
This file contains two Marionette - Objects. Both are Rectangles that are controlled by Area and Width and the Height is calculated. The top version is controlled by inputting the Area in the OIP and dragging the control point to control the width. The bottom version is controlled by inputting both the Area and the Width in the OIP. These are useful tools for space planning when you are trying to maintain a specific amount of area. -
For now I created a symbolic link from the Workgroup directory to my User directory. mklink /J "<Path to your User folder>\2025\Libraries\Defaults\Marionette" "<Path to your workgroup folder>\2025\Libraries\Defaults\Marionette" Only issue is that the Workgroup folder must be a synced folder rather than a network drive folder.
-
What is the prefix for the workgroup library rather than the user library [UsrLib]?
-
Here is a link to the result:
-
I have just created this script to create an overhead coiling door plugin style and symbol to override the geometry. You have to add the two files attached to your favorites. Once they are there you right click the "OHCD Generator" file to open. After you open the file double click the script named "Overhead Coiling Door Generator" Input the dimensions required. (Note you need to know what the thickness of the wall you will be inserting the door into is before you start). The new style will be inserted into the drawing for you to copy to your new drawing. If you save the "OHCD Generator" file the new styles will be kept in this file for future use. OHCD Generator.mp4 If you want to change the default settings in the style you can edit the source plugin named "OHCD STYLE TEMPLATE" in "OHCD Support File.vwx". You can also edit the class names in each file but you will also need to change the class settings inside the script. Find this section in the script to edit. { Define Class Names as Constants } kClassNone = 'A-DOOR'; kClassFlorOvhd = 'A-FLOR-OVHD'; kClassDoorLeaf = 'A-DOOR-OHCD-LEAF'; kClassDoorCan = 'A-DOOR-OHCD-FRAME'; kClassDoorTrim = 'A-FNSH-TRIM'; OHCD Support File.vwx OHCD Generator.vwx
-
Oh! Now I get it and it did work!
