-
Posts
475 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Articles
Marionette
Store
Everything posted by The Hamma
-
I just submitted a bug for this issue.
-
This is how I am using Phasing for planning Schemes
The Hamma replied to The Hamma's topic in General Discussion
I know they had some system maintenance about a week ago and I don't know if that killed the files but I have re edited the post To add back the photos and video. -
I am editing a symbol in dark mode and this orange color is washing out the white text. How do I change this. I'm using a Windows 11 PC. None of these colors change it.
-
This is how I am using Phasing for planning Schemes
The Hamma replied to The Hamma's topic in General Discussion
Yes you would see the gaps in the walls. When working with phases I find it better to turn off the auto Join and only join walls that are in the same phase. -
Dynamic Phasing & Scheme Filtering This workflow leverages Vectorworks Data Visualizations to create a dynamic "Scheme Filter." By stacking two visualizations—one that preserves existing geometry and another that isolates and colors only new additions—you can instantly toggle between design options using the Phasing bar. This eliminates the need for redundant classes or layers, providing clear, color-coded visual feedback for each project milestone. Part 1: Project Phase Setup First, you must define the "timeline" of your project so Vectorworks knows which objects belong to which scheme. Go to AEC > Phasing > Phasing Settings (or click the Phasing dropdown in the View Bar and select Phasing Settings...). In the Phases tab, create the following list in order: Existing Scheme 1 Scheme 2 Scheme 3 Assigning Objects: * Select your "base" building geometry and, in the Object Info Palette (OIP) under the Phasing section, set Created in Phase to Existing. Select the unique objects for your first option and set their phase to Scheme 1. Repeat this for Scheme 2 and Scheme 3. Part 2: Establishing the "Existing" Foundation This visualization ensures your base building remains visible and "protected" from the hiding rules of the subsequent scheme filters. Create a New Data Visualization: Name it "Phasing 1 Show Created in Existing". Define Criteria: Set to (PHASECREATE='EXISTING'). Display Criteria: Set the dropdown to All Objects. Edit Attributes: * Select the <All Objects> row and click Edit. Ensure Fill, Pen, and Texture are all set to "Retain Original..." * This "claims" these 5 objects so they stay visible, but prevents the visualization from changing their look. Draw Mode: Set Draw Mode for All Other Objects to Show. Part 3: Creating the "Scheme" Filter (New Only) This visualization isolates your "New" work for whichever scheme is currently active and hides everything else. Create a New Data Visualization: Name it "Phasing 2 Show New Only". Define Criteria: Set to (ALL & (INSYMBOL & (INGROUP))). Display Criteria: Left Dropdown: Objects using Function. Right Dropdown: Phase Status in Active Phase. Attribute Mapping: "New" Row: Check the Apply box. Click Edit to set your specific attributes (e.g., Blue Pen, Light Blue Fill). All Other Rows: Uncheck the "Apply" box for every other value (Existing, Demolished, etc.). Draw Mode: Set Draw Mode for All Other Objects to Hide. This hides any object that is NOT "New" in the currently selected phase (e.g., hiding Scheme 2 items while Scheme 1 is active). Part 4: Activating the Multi-Scheme View To make the arrows in your Phasing bar toggle the schemes correctly, you must enable both visualizations simultaneously. In the View Bar, click the Data Visualization dropdown. Select <Data Visualizations>. Ensure both are checked in this specific order: [1] Phasing 1 Show Created in Existing [2] Phasing 2 Show New Only Click OK. How to Use Now, simply use the arrows on the Phasing bar in your View Bar to cycle through Scheme 1, Scheme 2, and Scheme 3. The Existing walls will always stay black/white. The New walls for that specific scheme will turn Blue(as I have in my settings). All other schemes will be automatically hidden. 2026-03-26 11-15-00.mp4 Schemes Template.vwx
-
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!
-
See attached. If I try to set the field of the resource it doesn't work. If I try to set the field once placed in the drawing it does work but only if the field is not by style. I am trying to do option 1. Style Field Set Test.vwx
-
If I insert a plugin object in a drawing and the fields are not controlled by the style I can edit the instance of the plugin in the drawings fields. What I would like to be able to do is: Edit the fields of a plugin that are by style with a vectorscript so every instance is edited. If I cannot do that then I would like to be able to insert the styled plugin in the drawing and then convert it to an unstyled plugin using a vectorscript before editing the fields. Anyone know how to do either of these.
-
Been there, done that. 😉 See this: Also if you want the easy way out. https://www.sideshowfx.net/products-vectorworks
-
I do know there are vectorscript commands for these but does anyone know what the Object Visibility Commands DoMenuTextByName chunk name is.
-
Does anyone know how to set the default nurbs curve degree for a 3D path object to always be "1"?
